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