No system-calls from libem

This commit is contained in:
ceriel 1992-06-30 16:08:42 +00:00
parent 9aceb849ad
commit 6f7d2bc2ee
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@ putchar:
move.l #1, -(sp)
pea 11(sp)
move.l #1, -(sp)
jsr __write
jsr WRITE
lea 12(sp), sp
rts
.align 2

View file

@ -13,7 +13,7 @@
and.l #~0x3ff, d1
move.l d1, -(sp)
move.l d1,.limhp
jsr __brk ! allocate 1K bytes of extra storage
jsr BRK ! allocate 1K bytes of extra storage
add.l #4, sp
tst.l d0
bne 2f