From 8c8d1a7d9b033cea7d38ddfe0f7896b926c00883 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 30 Jun 1992 15:58:35 +0000 Subject: [PATCH] No system-calls from libem --- mach/m68k2/libem/dia.s | 2 +- mach/m68k2/libem/shp.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1