diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h index 8abf122a9a..49e1bcff68 100644 --- a/src/lj_asm_x86.h +++ b/src/lj_asm_x86.h @@ -344,6 +344,7 @@ static Reg asm_fuseloadk64(ASMState *as, 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); } as->mrm.ofs = (int32_t)mcpofs(as, as->mctop - ir->i); as->mrm.base = RID_RIP;