Really fix the loop optimization.
[INTERPRETER] * BUG: Really fix the loop optimization.
This commit is contained in:
parent
dd551e9bc5
commit
634b5c4168
@ -1450,6 +1450,7 @@ _JUMP_FIRST:
|
|||||||
|
|
||||||
ind = GET_XX();
|
ind = GET_XX();
|
||||||
|
|
||||||
|
end = &BP[ind];
|
||||||
inc = &BP[ind + 1];
|
inc = &BP[ind + 1];
|
||||||
val = &BP[PC[3] & 0xFF];
|
val = &BP[PC[3] & 0xFF];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user