mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
MIPS: Fix excess stack growth in interpreter.
This commit is contained in:
parent
6319e0312d
commit
f45d11e2fe
@ -398,7 +398,7 @@ static void build_subroutines(BuildCtx *ctx)
|
||||
| // - A return back from a lua_call() with (high) nresults adjustment.
|
||||
| load_got lj_state_growstack
|
||||
| move MULTRES, RD
|
||||
| move CARG2, TMP2
|
||||
| srl CARG2, TMP2, 3
|
||||
| call_intern lj_state_growstack // (lua_State *L, int n)
|
||||
|. move CARG1, L
|
||||
| lw TMP2, SAVE_NRES
|
||||
|
Loading…
Reference in New Issue
Block a user