From: ceriel Date: Wed, 8 Nov 1989 14:42:09 +0000 (+0000) Subject: fix: printed wrong message; now dumps core at end X-Git-Tag: release-5-5~2095 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=636c151d511513d9cbbb380ee24e73e71745aba9;p=ack.git fix: printed wrong message; now dumps core at end --- 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