No system-calls from libem
authorceriel <none@none>
Tue, 30 Jun 1992 16:08:42 +0000 (16:08 +0000)
committerceriel <none@none>
Tue, 30 Jun 1992 16:08:42 +0000 (16:08 +0000)
mach/m68k4/libem/dia.s
mach/m68k4/libem/shp.s

index 26b3183..4ed816f 100644 (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
index 9f3ce3d..ff09bc1 100644 (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