diff --git a/src/lj_emit_x86.h b/src/lj_emit_x86.h index a6b8713e..5207f9da 100644 --- a/src/lj_emit_x86.h +++ b/src/lj_emit_x86.h @@ -392,6 +392,7 @@ static void emit_loadk64(ASMState *as, Reg r, IRIns *ir) ir->i = (int32_t)(as->mctop - as->mcbot); as->mcbot += 8; as->mclim = as->mcbot + MCLIM_REDZONE; + lj_mcode_commitbot(as->J, as->mcbot); } emit_rmro(as, xo, r64, RID_RIP, (int32_t)mcpofs(as, as->mctop - ir->i)); #else