fixed typo, which resulted in memory fault
This commit is contained in:
parent
2f81a59738
commit
7c26c21b87
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue