Adapted for use of ACK VAX assembler

This commit is contained in:
ceriel
1990-01-11 16:00:19 +00:00
parent d8832134d2
commit 4ef63cdaea
141 changed files with 1026 additions and 816 deletions

View File

@@ -1,10 +1,10 @@
#include "syscall.h"
DEFINE(_fork)
chmk $SYS_fork
bcs err
jlbc r1,parent
bcs Ierr
blbc r1,Iparent
clrl r0
parent:
Iparent:
ret
err:
Ierr:
jmp cerror