bug fix
This commit is contained in:
parent
bcd037018f
commit
73818f1a53
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@
|
||||||
blt 1f
|
blt 1f
|
||||||
cmp.l (a0)+, d0 ! rel. index, upper - lower bound
|
cmp.l (a0)+, d0 ! rel. index, upper - lower bound
|
||||||
bgt 1f
|
bgt 1f
|
||||||
move.l (a0,d0.l*4), a1 ! jump address
|
move.l (a0,d0.l*4), d1 ! jump address
|
||||||
|
beq 1f
|
||||||
|
move.l d1,a1
|
||||||
1:
|
1:
|
||||||
move.l a1, d0
|
move.l a1, d0
|
||||||
beq 2f
|
beq 2f
|
||||||
|
|
Loading…
Reference in a new issue