From b67d1a36f32ca7b4cc03fbcf47d80e4959745ad4 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 2 Sep 1991 17:47:41 +0000 Subject: [PATCH] New installation mechanism --- mach/m68k2/libem/.distr | 6 ------ mach/m68k2/libem/dia.s | 2 +- mach/m68k2/libem/shp.s | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/mach/m68k2/libem/.distr b/mach/m68k2/libem/.distr index ce020b7c5..82a73034b 100644 --- a/mach/m68k2/libem/.distr +++ b/mach/m68k2/libem/.distr @@ -1,9 +1,3 @@ LIST -Makefile -compmodule -em_end.s -etext.s -edata.s -end.s libem_s.a READ_ME diff --git a/mach/m68k2/libem/dia.s b/mach/m68k2/libem/dia.s index 19f2fb4a5..c601f9d76 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 1e2f29135..f99a83e80 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