FFI: Must sink XBAR together with XSTOREs.

This commit is contained in:
Mike Pall 2013-05-23 22:15:51 +02:00
parent 7ef2b55fc0
commit 2c3e80d4fd

View File

@ -564,6 +564,8 @@ void lj_snap_replay(jit_State *J, GCtrace *T)
continue;
}
tmp = emitir(irs->ot, tmp, val);
} else if (LJ_HASFFI && irs->o == IR_XBAR && ir->o == IR_CNEW) {
emitir(IRT(IR_XBAR, IRT_NIL), 0, 0);
}
}
}