diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1031,8 +1031,8 @@ static int query_inc (lua_State *L) { | |||
1031 | global_State *g = G(L); | 1031 | global_State *g = G(L); |
1032 | lua_pushinteger(L, gettotalobjs(g)); | 1032 | lua_pushinteger(L, gettotalobjs(g)); |
1033 | lua_pushinteger(L, g->GCdebt); | 1033 | lua_pushinteger(L, g->GCdebt); |
1034 | lua_pushinteger(L, getgcparam(g->gcpause)); | 1034 | lua_pushinteger(L, applygcparam(g, gcpause, 100)); |
1035 | lua_pushinteger(L, getgcparam(g->gcstepmul)); | 1035 | lua_pushinteger(L, applygcparam(g, gcstepmul, 100)); |
1036 | lua_pushinteger(L, cast(l_obj, 1) << g->gcstepsize); | 1036 | lua_pushinteger(L, cast(l_obj, 1) << g->gcstepsize); |
1037 | return 5; | 1037 | return 5; |
1038 | } | 1038 | } |