diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lj_record.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_record.c b/src/lj_record.c index ca833df2..5e11a48b 100644 --- a/src/lj_record.c +++ b/src/lj_record.c | |||
@@ -440,7 +440,7 @@ static LoopEvent rec_for(jit_State *J, const BCIns *fori, int isforl) | |||
440 | IRType t; | 440 | IRType t; |
441 | if (isforl) { /* Handle FORL/JFORL opcodes. */ | 441 | if (isforl) { /* Handle FORL/JFORL opcodes. */ |
442 | TRef idx = tr[FORL_IDX]; | 442 | TRef idx = tr[FORL_IDX]; |
443 | if (mref(J->scev.pc, const BCIns) == fori) { | 443 | if (mref(J->scev.pc, const BCIns) == fori && tref_ref(idx) == J->scev.idx) { |
444 | t = J->scev.t.irt; | 444 | t = J->scev.t.irt; |
445 | stop = J->scev.stop; | 445 | stop = J->scev.stop; |
446 | idx = emitir(IRT(IR_ADD, t), idx, J->scev.step); | 446 | idx = emitir(IRT(IR_ADD, t), idx, J->scev.step); |