mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
parent
b7a8c7c184
commit
94ada59628
@ -1556,8 +1556,7 @@ static void rec_varg(jit_State *J, BCReg dst, ptrdiff_t nresults)
|
||||
}
|
||||
for (i = nvararg; i < nresults; i++)
|
||||
J->base[dst+i] = TREF_NIL;
|
||||
if (dst + (BCReg)nresults > J->maxslot)
|
||||
J->maxslot = dst + (BCReg)nresults;
|
||||
J->maxslot = dst + (BCReg)nresults;
|
||||
} else if (select_detect(J)) { /* y = select(x, ...) */
|
||||
TRef tridx = J->base[dst-1];
|
||||
TRef tr = TREF_NIL;
|
||||
|
Loading…
Reference in New Issue
Block a user