mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
6097795367
@ -581,6 +581,7 @@ static ptrdiff_t finderrfunc(lua_State *L)
|
||||
if (cframe_canyield(cf)) return 0;
|
||||
if (cframe_errfunc(cf) >= 0)
|
||||
return cframe_errfunc(cf);
|
||||
cf = cframe_prev(cf);
|
||||
frame = frame_prevd(frame);
|
||||
break;
|
||||
case FRAME_PCALL:
|
||||
|
Loading…
Reference in New Issue
Block a user