Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2019-12-08 19:50:36 +01:00
7 changed files with 16 additions and 13 deletions

View File

@@ -1860,6 +1860,8 @@ static void rec_varg(jit_State *J, BCReg dst, ptrdiff_t nresults)
lj_trace_err_info(J, LJ_TRERR_NYIBC);
}
}
if (J->baseslot + J->maxslot >= LJ_MAX_JSLOTS)
lj_trace_err(J, LJ_TRERR_STACKOV);
}
/* -- Record allocations -------------------------------------------------- */