aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ea46b831..50412bc4 100644
--- a/src/lj_snap.c
+++ b/src/lj_snap.c
@@ -515,7 +515,7 @@ void lj_snap_replay(jit_State *J, GCtrace *T)
515 op2 = emitir_raw(IRT(IR_HIOP, IRT_I64), op2, 515 op2 = emitir_raw(IRT(IR_HIOP, IRT_I64), op2,
516 snap_pref(J, T, map, nent, seen, (ir+1)->op2)); 516 snap_pref(J, T, map, nent, seen, (ir+1)->op2));
517 } 517 }
518 J->slot[snap_slot(sn)] = emitir(ir->ot, op1, op2); 518 J->slot[snap_slot(sn)] = emitir(ir->ot & ~(IRT_MARK|IRT_ISPHI), op1, op2);
519 } else { 519 } else {
520 IRIns *irs; 520 IRIns *irs;
521 TRef tr = emitir(ir->ot, op1, op2); 521 TRef tr = emitir(ir->ot, op1, op2);