From bf2d5263cb2b5a375e88940f18a89667b3b6f836 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 30 Jun 1992 11:19:33 +0000 Subject: [PATCH] No system-calls from libem --- mach/6500/libem/trap.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mach/6500/libem/trap.s b/mach/6500/libem/trap.s index 05ee0fb50..9e423d35f 100644 --- a/mach/6500/libem/trap.s +++ b/mach/6500/libem/trap.s @@ -131,5 +131,4 @@ Mtrap: jsr Mprint errorend: ldx TRAPVAL - jsr Push - jsr __exit + jmp EXIT -- 2.34.1