ack/mach/m68k4/libsys/chroot.s

7 lines
93 B
ArmAsm
Raw Normal View History

1984-12-14 15:52:15 +00:00
.define _chroot
.extern _chroot
.text
_chroot: move.w #0x3D,d0
move.l 4(sp),a0
jmp callc