From 636c151d511513d9cbbb380ee24e73e71745aba9 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 8 Nov 1989 14:42:09 +0000 Subject: [PATCH] fix: printed wrong message; now dumps core at end --- mach/m68020/libem/trp.s | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mach/m68020/libem/trp.s b/mach/m68020/libem/trp.s index 6ab0f3865..9a45977f9 100644 --- a/mach/m68020/libem/trp.s +++ b/mach/m68020/libem/trp.s @@ -39,10 +39,12 @@ fmt: .asciz "%s\n" add.l #4, sp rts 9: - jsr (.trpstr) move.l d0,-(sp) + jsr (.trpstr) + move.l d0,(sp) pea (fmt) jsr (.diagnos) lea (4, sp), sp + illegal jsr (_exit) .align 2 -- 2.34.1