No system-calls from libem
authorceriel <none@none>
Tue, 30 Jun 1992 15:22:07 +0000 (15:22 +0000)
committerceriel <none@none>
Tue, 30 Jun 1992 15:22:07 +0000 (15:22 +0000)
mach/m68020/libem/dia.s
mach/m68020/libem/fat.s
mach/m68020/libem/mon.s
mach/m68020/libem/shp.s
mach/m68020/libem/trp.s

index 54197e5..f2d18dc 100644 (file)
@@ -112,7 +112,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 12fb176..378dcdd 100644 (file)
@@ -7,5 +7,5 @@
        .sect .text
 .fatal:
        jsr     (.trp)
-       jmp     (__exit)
+       jmp     (EXIT)
 .align 2
index 29a37da..5c5f369 100644 (file)
@@ -10,7 +10,7 @@
        pea     (fmt)
        jsr     (.diagnos)
        add.l   #8, sp
-       jmp     (__exit)
+       jmp     (EXIT)
 
 .sect .data
 fmt:   .asciz "system call %d not implemented\n"
index 16fcf8f..9ea737c 100644 (file)
@@ -16,7 +16,7 @@ EHEAP=17
        move.l  a0,-(sp)
        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
        move.l  (sp)+,a0
        tst.l   d0
index 0e7e27b..bee0ecc 100644 (file)
@@ -46,5 +46,5 @@ fmt:  .asciz "%s\n"
        jsr     (.diagnos)
        lea     (4, sp), sp
        illegal
-       jsr     (__exit)
+       jmp     (EXIT)
 .align 2