Retro68/gcc/newlib/libc/sys/sysmec/trap.S
2012-03-27 01:51:53 +02:00

14 lines
128 B
ArmAsm

.text
.global ___trap0
___trap0:
syscall
cmp 0,d0
beq .L0
mov d0,(_errno)
.L0:
#ifdef __mn10300__
rets
#else
rts
#endif