URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [sysmec/] [trap.S] - Rev 40
Go to most recent revision | Compare with Previous | Blame | View Log
.text
.global ___trap0
___trap0:
syscall
cmp 0,d0
beq .L0
mov d0,(_errno)
.L0:
#ifdef __mn10300__
rets
#else
rts
#endif
Go to most recent revision | Compare with Previous | Blame | View Log