ack/mach/m68k4/libsys/umount.s
1984-12-14 15:52:15 +00:00

7 lines
93 B
ArmAsm

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