---
 software/libbase/crt0-lm32.S | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/software/libbase/crt0-lm32.S b/software/libbase/crt0-lm32.S
index 6279720..c0194b9 100644
--- a/software/libbase/crt0-lm32.S
+++ b/software/libbase/crt0-lm32.S
@@ -97,17 +97,15 @@ _interrupt_handler:
        nop
        nop
 
-macaddress:
-       .byte 0x10
-       .byte 0xe2
-       .byte 0xd5
-       .byte 0x00
-       .byte 0x00
-       .byte 0x00
-
-       /* padding to align to a 32-bit boundary */
-       .byte 0x00
-       .byte 0x00
+_syscall_handler:
+       bi _syscall_handler
+       nop
+       nop
+       nop
+       nop
+       nop
+       nop
+       nop
 
 _crt0:
        /* Setup stack and global pointer */
-- 
1.9.1

_______________________________________________
M-Labs devel mailing list
[email protected]
https://ssl.serverraum.org/lists/listinfo/devel

Reply via email to