aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lj_snap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_snap.c b/src/lj_snap.c
index df7ae634..7c78f8a3 100644
--- a/src/lj_snap.c
+++ b/src/lj_snap.c
@@ -518,7 +518,7 @@ void lj_snap_replay(jit_State *J, GCtrace *T)
518 op2 = emitir_raw(IRT(IR_HIOP, IRT_I64), op2, 518 op2 = emitir_raw(IRT(IR_HIOP, IRT_I64), op2,
519 snap_pref(J, T, map, nent, seen, (ir+1)->op2)); 519 snap_pref(J, T, map, nent, seen, (ir+1)->op2));
520 } 520 }
521 J->slot[snap_slot(sn)] = emitir(ir->ot, op1, op2); 521 J->slot[snap_slot(sn)] = emitir(ir->ot & ~(IRT_MARK|IRT_ISPHI), op1, op2);
522 } else { 522 } else {
523 IRIns *irs; 523 IRIns *irs;
524 TRef tr = emitir(ir->ot, op1, op2); 524 TRef tr = emitir(ir->ot, op1, op2);