From ea624f82de694a2a4b014e7503cfaa5d24ffb06d Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 30 Jun 1992 16:51:19 +0000 Subject: [PATCH] No system-calls from libem --- mach/vax4/libem/fat.s | 4 ++-- mach/vax4/libem/print.s | 2 +- mach/vax4/libem/strhp.s | 2 +- mach/vax4/libem/trp.s | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mach/vax4/libem/fat.s b/mach/vax4/libem/fat.s index 9543b23c6..7c9d211c4 100644 --- a/mach/vax4/libem/fat.s +++ b/mach/vax4/libem/fat.s @@ -6,5 +6,5 @@ .fat: pushl (sp) jsb .trp - calls $1,__exit - halt + movl (sp)+,r0 + jmp EXIT diff --git a/mach/vax4/libem/print.s b/mach/vax4/libem/print.s index 50c225598..4075ba08a 100644 --- a/mach/vax4/libem/print.s +++ b/mach/vax4/libem/print.s @@ -19,7 +19,7 @@ printc: pushl $1 pushab Ich pushl $2 - calls $3,__write + calls $3,WRITE rsb .sect .data diff --git a/mach/vax4/libem/strhp.s b/mach/vax4/libem/strhp.s index 277b268be..41e2e9143 100644 --- a/mach/vax4/libem/strhp.s +++ b/mach/vax4/libem/strhp.s @@ -15,7 +15,7 @@ addl2 $02000,r0 bicl2 $0777,r0 pushl r0 - calls $1,__brk + calls $1,BRK tstl r0 beql I2 pushl $EHEAP diff --git a/mach/vax4/libem/trp.s b/mach/vax4/libem/trp.s index 622fe4c5f..d1cf14810 100644 --- a/mach/vax4/libem/trp.s +++ b/mach/vax4/libem/trp.s @@ -37,7 +37,7 @@ I3: pushl $Iemesend-Iemes pushab Iemes pushl $2 - calls $3,__write + calls $3,WRITE bpt .sect .data Iemes: -- 2.34.1