aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lj_emit_x86.h1
1 files changed, 1 insertions, 0 deletions
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)
392 ir->i = (int32_t)(as->mctop - as->mcbot); 392 ir->i = (int32_t)(as->mctop - as->mcbot);
393 as->mcbot += 8; 393 as->mcbot += 8;
394 as->mclim = as->mcbot + MCLIM_REDZONE; 394 as->mclim = as->mcbot + MCLIM_REDZONE;
395 lj_mcode_commitbot(as->J, as->mcbot);
395 } 396 }
396 emit_rmro(as, xo, r64, RID_RIP, (int32_t)mcpofs(as, as->mctop - ir->i)); 397 emit_rmro(as, xo, r64, RID_RIP, (int32_t)mcpofs(as, as->mctop - ir->i));
397#else 398#else