mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
fddef92409
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user