Really fix the loop optimization.

[INTERPRETER]
* BUG: Really fix the loop optimization.
This commit is contained in:
gambas 2019-01-11 01:14:42 +01:00
parent dd551e9bc5
commit 634b5c4168

View File

@ -1450,6 +1450,7 @@ _JUMP_FIRST:
ind = GET_XX();
end = &BP[ind];
inc = &BP[ind + 1];
val = &BP[PC[3] & 0xFF];