aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_asm_x86.h')
-rw-r--r--src/lj_asm_x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h
index f2f8157d..82517600 100644
--- a/src/lj_asm_x86.h
+++ b/src/lj_asm_x86.h
@@ -2369,7 +2369,7 @@ static void asm_stack_check(ASMState *as, BCReg topslot,
2369 emit_rmro(as, XO_ARITH(XOg_SUB), r, RID_NONE, 2369 emit_rmro(as, XO_ARITH(XOg_SUB), r, RID_NONE,
2370 ptr2addr(&J2G(as->J)->jit_base)); 2370 ptr2addr(&J2G(as->J)->jit_base));
2371 emit_rmro(as, XO_MOV, r, r, offsetof(lua_State, maxstack)); 2371 emit_rmro(as, XO_MOV, r, r, offsetof(lua_State, maxstack));
2372 emit_getgl(as, r, jit_L); 2372 emit_getgl(as, r, cur_L);
2373 if (allow == RSET_EMPTY) /* Spill temp. register. */ 2373 if (allow == RSET_EMPTY) /* Spill temp. register. */
2374 emit_rmro(as, XO_MOVto, r|REX_64, RID_ESP, 0); 2374 emit_rmro(as, XO_MOVto, r|REX_64, RID_ESP, 0);
2375} 2375}