mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
PPC: Fix line number in stack overflow error.
This commit is contained in:
parent
f8b7fb7d2b
commit
5b740046f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user