diff options
Diffstat (limited to 'src/vm_ppc.dasc')
-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 d7809f1f..a54057d0 100644 --- a/src/vm_ppc.dasc +++ b/src/vm_ppc.dasc | |||
@@ -587,7 +587,7 @@ static void build_subroutines(BuildCtx *ctx) | |||
587 | | // - A return back from a lua_call() with (high) nresults adjustment. | 587 | | // - A return back from a lua_call() with (high) nresults adjustment. |
588 | | stp BASE, L->top // Save current top held in BASE (yes). | 588 | | stp BASE, L->top // Save current top held in BASE (yes). |
589 | | mr SAVE0, RD | 589 | | mr SAVE0, RD |
590 | | mr CARG2, TMP2 | 590 | | srwi CARG2, TMP2, 3 |
591 | | mr CARG1, L | 591 | | mr CARG1, L |
592 | | bl extern lj_state_growstack // (lua_State *L, int n) | 592 | | bl extern lj_state_growstack // (lua_State *L, int n) |
593 | | lwz TMP2, SAVE_NRES | 593 | | lwz TMP2, SAVE_NRES |