From 5b740046f8cadde4e60199a7bc09a451a384ca70 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 14 Sep 2010 03:13:44 +0200 Subject: [PATCH] PPC: Fix line number in stack overflow error. --- src/buildvm_ppc.dasc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/buildvm_ppc.dasc b/src/buildvm_ppc.dasc index 0786ffd5..6081e2a2 100644 --- a/src/buildvm_ppc.dasc +++ b/src/buildvm_ppc.dasc @@ -407,6 +407,7 @@ static void build_subroutines(BuildCtx *ctx) | srwi CARG2, RA, 3 |2: | // L->base = new base, L->top = top + | stw PC, SAVE_PC | mr CARG1, L | bl extern lj_state_growstack // (lua_State *L, int n) | lwz BASE, L->base