ack/mach/pmds4/libsys/cerror.s
1985-02-07 22:59:50 +00:00

10 lines
112 B
ArmAsm

.define cerror
.extern cerror
cerror: move.l d0,_errno
move.l #-1,d0
rts
.bss
_errno:
.space 4
.text