Kernel - More work on ARM port
[tpg/acess2.git] / Kernel / arch / arm7 / start.s
index 1597ba1..43468fc 100644 (file)
@@ -1,7 +1,7 @@
 interrupt_vector_table:
        b . @ Reset
        b .
-       b . @ SWI instruction
+       b SyscallHandler @ SWI instruction
        b . 
        b .
        b .
@@ -16,3 +16,7 @@ _start:
        bl main
 1:     b 1b    @ Infinite loop
 
+
+SyscallHandler:
+       
+

UCC git Repository :: git.ucc.asn.au