fix: printed wrong message; now dumps core at end

This commit is contained in:
ceriel 1989-11-08 14:42:09 +00:00
parent 410a62e2de
commit 636c151d51

View file

@ -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