From: ceriel Date: Tue, 30 Jun 1992 15:58:35 +0000 (+0000) Subject: No system-calls from libem X-Git-Tag: release-5-5~444 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8c8d1a7d9b033cea7d38ddfe0f7896b926c00883;p=ack.git No system-calls from libem --- diff --git a/mach/m68k2/libem/dia.s b/mach/m68k2/libem/dia.s index c601f9d76..edc8d635a 100644 --- a/mach/m68k2/libem/dia.s +++ b/mach/m68k2/libem/dia.s @@ -40,7 +40,7 @@ putchar: move.w #1,-(sp) pea 7(sp) move.w #1,-(sp) - jsr __write + jsr WRITE add.l #8,sp rts printf: diff --git a/mach/m68k2/libem/shp.s b/mach/m68k2/libem/shp.s index f99a83e80..3b220f841 100644 --- a/mach/m68k2/libem/shp.s +++ b/mach/m68k2/libem/shp.s @@ -16,7 +16,7 @@ move.l a0,-(sp) move.l d0,-(sp) move.l d0,.limhp - jsr __brk + jsr BRK tst.l (sp)+ move.l (sp)+,a0 tst.w d0