aboutsummaryrefslogtreecommitdiff
path: root/lgc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.c')
-rw-r--r--lgc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lgc.c b/lgc.c
index 1be57f2a..d7971346 100644
--- a/lgc.c
+++ b/lgc.c
@@ -363,8 +363,7 @@ static void do1gcTM (lua_State *L, Udata *udata) {
363 setobj(top, tm); 363 setobj(top, tm);
364 setuvalue(top+1, udata); 364 setuvalue(top+1, udata);
365 L->top += 2; 365 L->top += 2;
366 luaD_call(L, top); 366 luaD_call(L, top, 0);
367 L->top = top; /* restore top */
368 } 367 }
369} 368}
370 369