CIU should not cause conversion errors!
This commit is contained in:
parent
4974cd17eb
commit
7de7b0c7ec
1 changed files with 1 additions and 4 deletions
|
@ -1639,10 +1639,7 @@ ciu.z: mov (sp)+,r0
|
||||||
asr r0
|
asr r0
|
||||||
bcc 2f
|
bcc 2f
|
||||||
clrb 1(sp)
|
clrb 1(sp)
|
||||||
2: tst (sp)
|
2:
|
||||||
.if .test
|
|
||||||
jlt 9f
|
|
||||||
.endif
|
|
||||||
6: tst r0
|
6: tst r0
|
||||||
beq 3f
|
beq 3f
|
||||||
blt 5f
|
blt 5f
|
||||||
|
|
Loading…
Reference in a new issue