bug fix
This commit is contained in:
parent
43c55159d6
commit
34f41d7bf1
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ del = 0177
|
|||
blt 1f
|
||||
sub #1,d0
|
||||
bgt 3b
|
||||
clr.b (a1)
|
||||
clr.b (a0)
|
||||
2:
|
||||
move.l d2,-(sp)
|
||||
pea fmt
|
||||
|
|
|
@ -23,7 +23,7 @@ del = 0177
|
|||
blt 1f
|
||||
sub #1,d0
|
||||
bgt 3b
|
||||
clr.b (a1)
|
||||
clr.b (a0)
|
||||
2:
|
||||
move.l d2,-(sp)
|
||||
pea fmt
|
||||
|
|
Loading…
Reference in a new issue