aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_asm_ppc.h')
-rw-r--r--src/lj_asm_ppc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm_ppc.h b/src/lj_asm_ppc.h
index 10cd79dd..652dcca0 100644
--- a/src/lj_asm_ppc.h
+++ b/src/lj_asm_ppc.h
@@ -1759,7 +1759,7 @@ static void asm_stack_check(ASMState *as, BCReg topslot,
1759 emit_tai(as, PPCI_LWZ, tmp, tmp, offsetof(lua_State, maxstack)); 1759 emit_tai(as, PPCI_LWZ, tmp, tmp, offsetof(lua_State, maxstack));
1760 if (pbase == RID_TMP) 1760 if (pbase == RID_TMP)
1761 emit_getgl(as, RID_TMP, jit_base); 1761 emit_getgl(as, RID_TMP, jit_base);
1762 emit_getgl(as, tmp, jit_L); 1762 emit_getgl(as, tmp, cur_L);
1763 if (allow == RSET_EMPTY) /* Spill temp. register. */ 1763 if (allow == RSET_EMPTY) /* Spill temp. register. */
1764 emit_tai(as, PPCI_STW, tmp, RID_SP, SPOFS_TMPW); 1764 emit_tai(as, PPCI_STW, tmp, RID_SP, SPOFS_TMPW);
1765} 1765}