mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
FFI: Must sink XBAR together with XSTOREs.
This commit is contained in:
parent
7ef2b55fc0
commit
2c3e80d4fd
@ -564,6 +564,8 @@ void lj_snap_replay(jit_State *J, GCtrace *T)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
tmp = emitir(irs->ot, tmp, val);
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user