mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
6259c0b909
@ -731,6 +731,8 @@ void lj_record_call(jit_State *J, BCReg func, ptrdiff_t nargs)
|
|||||||
J->framedepth++;
|
J->framedepth++;
|
||||||
J->base += func+1+LJ_FR2;
|
J->base += func+1+LJ_FR2;
|
||||||
J->baseslot += func+1+LJ_FR2;
|
J->baseslot += func+1+LJ_FR2;
|
||||||
|
if (J->baseslot + J->maxslot >= LJ_MAX_JSLOTS)
|
||||||
|
lj_trace_err(J, LJ_TRERR_STACKOV);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Record tail call. */
|
/* Record tail call. */
|
||||||
|
Loading…
Reference in New Issue
Block a user