Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2020-08-09 23:12:48 +02:00
12 changed files with 15 additions and 23 deletions

View File

@@ -598,7 +598,7 @@ static ptrdiff_t finderrfunc(lua_State *L)
}
/* Runtime error. */
LJ_NOINLINE void lj_err_run(lua_State *L)
LJ_NOINLINE void LJ_FASTCALL lj_err_run(lua_State *L)
{
ptrdiff_t ef = finderrfunc(L);
if (ef) {