mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 20:20:11 +02:00
Update LuaJIT to the latest 2.1.0 source (f3c8569)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user