ack/mach/m68k4/libsys/setuid.s
1985-03-04 17:26:31 +00:00

7 lines
93 B
ArmAsm

.define _setuid
.extern _setuid
.text
_setuid: move.w #0x17,d0
move.l 4(sp),a0
jmp callc