diff options
Diffstat (limited to 'src/lj_asm_mips.h')
-rw-r--r-- | src/lj_asm_mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm_mips.h b/src/lj_asm_mips.h index 3d061eb4..74eff10b 100644 --- a/src/lj_asm_mips.h +++ b/src/lj_asm_mips.h | |||
@@ -1586,7 +1586,7 @@ static void asm_stack_check(ASMState *as, BCReg topslot, | |||
1586 | emit_tsi(as, MIPSI_LW, tmp, tmp, offsetof(lua_State, maxstack)); | 1586 | emit_tsi(as, MIPSI_LW, tmp, tmp, offsetof(lua_State, maxstack)); |
1587 | if (pbase == RID_TMP) | 1587 | if (pbase == RID_TMP) |
1588 | emit_getgl(as, RID_TMP, jit_base); | 1588 | emit_getgl(as, RID_TMP, jit_base); |
1589 | emit_getgl(as, tmp, jit_L); | 1589 | emit_getgl(as, tmp, cur_L); |
1590 | if (allow == RSET_EMPTY) /* Spill temp. register. */ | 1590 | if (allow == RSET_EMPTY) /* Spill temp. register. */ |
1591 | emit_tsi(as, MIPSI_SW, tmp, RID_SP, 0); | 1591 | emit_tsi(as, MIPSI_SW, tmp, RID_SP, 0); |
1592 | } | 1592 | } |