*** empty log message ***

This commit is contained in:
keie
1985-03-04 16:08:41 +00:00
parent 21ab7908fd
commit 7ea02588f4
15 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
.define _chroot
.extern _chroot
_chroot: trap #0
.short 0x3D
bcc 1f
jmp cerror
1:
clr.l d0
rts