From f8a3f67ddb3e8d9231badeb581da3c0efffc98d1 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 4 Nov 1988 09:55:50 +0000 Subject: [PATCH] Added new line after trap message --- mach/m68020/libem/trp.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mach/m68020/libem/trp.s b/mach/m68020/libem/trp.s index 313fd17a3..17166d4e5 100644 --- a/mach/m68020/libem/trp.s +++ b/mach/m68020/libem/trp.s @@ -2,6 +2,7 @@ .sect .text .sect .rom .sect .data +fmt: .asciz "%s\n" .sect .bss .sect .text @@ -31,6 +32,7 @@ 9: jsr (.trpstr) move.l d0,-(sp) + pea (fmt) jsr (.diagnos) lea (4, sp), sp jsr (_exit) -- 2.34.1