No system-calls from libem
authorceriel <none@none>
Tue, 30 Jun 1992 15:02:32 +0000 (15:02 +0000)
committerceriel <none@none>
Tue, 30 Jun 1992 15:02:32 +0000 (15:02 +0000)
mach/i86/libem/strhp.s
mach/i86/libem/trp.s

index d046024..e268404 100644 (file)
@@ -13,7 +13,7 @@
        and     ax,~0777
        push    bx
        push    ax
-       call    __brk
+       call    BRK
        pop     cx
        pop     bx
        cmp     ax,-1
index c6f0fc0..1094177 100644 (file)
@@ -1,7 +1,6 @@
 .sect .text; .sect .rom; .sect .data; .sect .bss
 .sect .text
 .define .trp
-.define .stop
 .extern .trppc
 
                ! ax is trap number
@@ -15,7 +14,7 @@
        pop     ax
        ret
 2:
-       call    .stop
+       call    .stop
 
 .stop:
-       jmp     __exit
+       jmp     EXIT