repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed more binutils issues (newer gcc/libc)
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libgloss
/
mn10200
/
trap.S
blob
cda7a20e25d5213ca278a5a860d1dc042d928847
1
.text
2
.global ___trap0
3
___trap0:
4
syscall
5
cmp 0,d0
6
beq noerr
7
mov d0,(_errno)
8
noerr:
9
rts