fix: errmod --> errmon

This commit is contained in:
ceriel 1987-07-03 15:50:38 +00:00
parent 10caf5c785
commit 54a85f705b
3 changed files with 13 additions and 1 deletions

View file

@ -10,6 +10,7 @@ alarm.s
chdir.s
chmod.s
chown.s
chroot.s
close.s
creat.s
dup.s

View file

@ -0,0 +1,11 @@
.globl _chroot
.set chroot,61
.globl errmon
_chroot:
.word 0x0000
chmk $chroot
bcc 1f
jmp errmon
1:
ret

View file

@ -6,7 +6,7 @@ _mknod:
.word 0x0000
chmk $mknod
bcc 1f
jmp errmod
jmp errmon
1:
clrl r0
ret