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
/
newlib
/
libc
/
sys
/
sysvnecv70
/
cerror.s
blob
9827c1087a1f8731683f05abc31e4a91183154c2
1
.globl cerror
2
cerror
:
mov.w
r0
,
_errno
3
neg.
w
#1,r0
4
ret
#0
5
6
.data
7
.globl _errno
8
_errno
:
.word 0
9