Initial revision
This commit is contained in:
6
mach/m68k4/libsys/chroot.s
Normal file
6
mach/m68k4/libsys/chroot.s
Normal file
@@ -0,0 +1,6 @@
|
||||
.define _chroot
|
||||
.extern _chroot
|
||||
.text
|
||||
_chroot: move.w #0x3D,d0
|
||||
move.l 4(sp),a0
|
||||
jmp callc
|
||||
Reference in New Issue
Block a user