fixed typo, which resulted in memory fault
This commit is contained in:
parent
2f81a59738
commit
7c26c21b87
|
@ -322,7 +322,7 @@ lhalt:
|
||||||
bsr _Xwrite
|
bsr _Xwrite
|
||||||
testen (sp)+
|
testen (sp)+
|
||||||
bne halt
|
bne halt
|
||||||
add.l 4,sp
|
add.l #4,sp
|
||||||
move.l (sp)+,a1
|
move.l (sp)+,a1
|
||||||
4: move.l (a1),d1 !next print line numbers
|
4: move.l (a1),d1 !next print line numbers
|
||||||
lea mess3,a0
|
lea mess3,a0
|
||||||
|
|
Loading…
Reference in a new issue