ack/mach/pmds4/libsys/chown.s

11 lines
111 B
ArmAsm
Raw Normal View History

1985-02-07 22:59:50 +00:00
.define _chown
.extern _chown
.text
_chown: trap #0
.short 0x10
bcc 1f
jmp cerror
1:
clr.l d0
rts