*** empty log message ***

This commit is contained in:
keie
1985-02-07 22:59:50 +00:00
parent 73585dd0ea
commit 6bd4717ad9
36 changed files with 435 additions and 0 deletions

11
mach/pmds4/libsys/fork.s Normal file
View File

@@ -0,0 +1,11 @@
.define _fork
.extern _fork
_fork: trap #0
.short 0x2
bra 1f
bcc 2f
jmp cerror
2:
clr.l d0
1:
rts