ack/mach/sparc_solaris/libsys/cerror.s

19 lines
215 B
ArmAsm
Raw Normal View History

1993-10-06 17:04:49 +00:00
.global $errno, cerror, _cerror
.type _cerror, #function
.section ".text"
cerror:
_cerror:
set $errno, %o5
st %o0, [%o5]
set errno, %o5
st %o0, [%o5]
set -1, %o0
retl
nop
.section ".data"
$errno:
.long 0