Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall 2018-01-29 13:28:53 +01:00
commit fddef92409

View File

@ -150,6 +150,7 @@ static void print_jit_status(lua_State *L)
fputs(s, stdout);
}
putc('\n', stdout);
lua_settop(L, 0); /* clear stack */
}
static void createargtable(lua_State *L, char **argv, int argc, int argf)