From 7c26c21b879cf6d7c42c3b97094db64f4e0da855 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 30 May 1989 10:41:42 +0000 Subject: [PATCH] fixed typo, which resulted in memory fault --- mach/mantra/int/mloopa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/mantra/int/mloopa b/mach/mantra/int/mloopa index 7bb31c2b3..36bef5c8d 100644 --- a/mach/mantra/int/mloopa +++ b/mach/mantra/int/mloopa @@ -322,7 +322,7 @@ lhalt: bsr _Xwrite testen (sp)+ bne halt - add.l 4,sp + add.l #4,sp move.l (sp)+,a1 4: move.l (a1),d1 !next print line numbers lea mess3,a0 -- 2.34.1