diff options
-rw-r--r-- | src/vm_ppc.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_ppc.dasc b/src/vm_ppc.dasc index 7ae40ecd..30e4c663 100644 --- a/src/vm_ppc.dasc +++ b/src/vm_ppc.dasc | |||
@@ -586,7 +586,7 @@ static void build_subroutines(BuildCtx *ctx) | |||
586 | | // - A return back from a lua_call() with (high) nresults adjustment. | 586 | | // - A return back from a lua_call() with (high) nresults adjustment. |
587 | | stp BASE, L->top // Save current top held in BASE (yes). | 587 | | stp BASE, L->top // Save current top held in BASE (yes). |
588 | | mr SAVE0, RD | 588 | | mr SAVE0, RD |
589 | | mr CARG2, TMP2 | 589 | | srwi CARG2, TMP2, 3 |
590 | | mr CARG1, L | 590 | | mr CARG1, L |
591 | | bl extern lj_state_growstack // (lua_State *L, int n) | 591 | | bl extern lj_state_growstack // (lua_State *L, int n) |
592 | | lwz TMP2, SAVE_NRES | 592 | | lwz TMP2, SAVE_NRES |