Explorar o código

Merge branch 'master' into v2.1

Mike Pall %!s(int64=7) %!d(string=hai) anos
pai
achega
fddef92409
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/luajit.c

+ 1 - 0
src/luajit.c

@@ -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)