.define _chroot
.extern _chroot
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
_chroot:	move.l #0x3D,d0
		move.l 4(sp),a0
		jmp callc