Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2018-01-29 13:19:30 +01:00
10 changed files with 39 additions and 7 deletions

View File

@@ -150,6 +150,7 @@ static void *err_unwind(lua_State *L, void *stopcf, int errcode)
case FRAME_CONT: /* Continuation frame. */
if (frame_iscont_fficb(frame))
goto unwind_c;
/* fallthrough */
case FRAME_VARG: /* Vararg frame. */
frame = frame_prevd(frame);
break;