mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Clear stack after print_jit_status() in CLI.
Suggested by Hydroque.
This commit is contained in:
parent
d4ee803427
commit
03cd5aa749
@ -151,6 +151,7 @@ static void print_jit_status(lua_State *L)
|
||||
fputs(s, stdout);
|
||||
}
|
||||
putc('\n', stdout);
|
||||
lua_settop(L, 0); /* clear stack */
|
||||
}
|
||||
|
||||
static int getargs(lua_State *L, char **argv, int n)
|
||||
|
Loading…
Reference in New Issue
Block a user