mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
c2dd3b4d34
@ -1134,7 +1134,7 @@ if(!cl->isC){
|
||||
CallInfo*ci;
|
||||
StkId st,base;
|
||||
Proto*p=cl->p;
|
||||
luaD_checkstack(L,p->maxstacksize);
|
||||
luaD_checkstack(L,p->maxstacksize+p->numparams);
|
||||
func=restorestack(L,funcr);
|
||||
if(!p->is_vararg){
|
||||
base=func+1;
|
||||
|
Loading…
Reference in New Issue
Block a user