diff options
-rw-r--r-- | src/luajit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luajit.c b/src/luajit.c index 3a3ec247..86134eff 100644 --- a/src/luajit.c +++ b/src/luajit.c | |||
@@ -150,6 +150,7 @@ static void print_jit_status(lua_State *L) | |||
150 | fputs(s, stdout); | 150 | fputs(s, stdout); |
151 | } | 151 | } |
152 | putc('\n', stdout); | 152 | putc('\n', stdout); |
153 | lua_settop(L, 0); /* clear stack */ | ||
153 | } | 154 | } |
154 | 155 | ||
155 | static void createargtable(lua_State *L, char **argv, int argc, int argf) | 156 | static void createargtable(lua_State *L, char **argv, int argc, int argf) |