aboutsummaryrefslogtreecommitdiff
path: root/lvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.c')
-rw-r--r--lvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvm.c b/lvm.c
index ccbfbab5..d78d6be2 100644
--- a/lvm.c
+++ b/lvm.c
@@ -1634,7 +1634,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) {
1634 while (!ttisfunction(s2v(ra))) { /* not a function? */ 1634 while (!ttisfunction(s2v(ra))) { /* not a function? */
1635 luaD_tryfuncTM(L, ra); /* try '__call' metamethod */ 1635 luaD_tryfuncTM(L, ra); /* try '__call' metamethod */
1636 b++; /* there is now one extra argument */ 1636 b++; /* there is now one extra argument */
1637 checkstackp(L, 1, ra); 1637 checkstackGCp(L, 1, ra);
1638 } 1638 }
1639 if (!ttisLclosure(s2v(ra))) { /* C function? */ 1639 if (!ttisLclosure(s2v(ra))) { /* C function? */
1640 luaD_call(L, ra, LUA_MULTRET); /* call it */ 1640 luaD_call(L, ra, LUA_MULTRET); /* call it */