aboutsummaryrefslogtreecommitdiff
path: root/lgc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.c')
-rw-r--r--lgc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lgc.c b/lgc.c
index c64d74b8..f1d9a7ce 100644
--- a/lgc.c
+++ b/lgc.c
@@ -1672,7 +1672,7 @@ static l_mem singlestep (lua_State *L, int fast) {
1672 GCTM(L); /* call one finalizer */ 1672 GCTM(L); /* call one finalizer */
1673 stepresult = CWUFIN; 1673 stepresult = CWUFIN;
1674 } 1674 }
1675 else { /* no more finalizers or emergency mode or no enough stack 1675 else { /* no more finalizers or emergency mode or not enough stack
1676 to run finalizers */ 1676 to run finalizers */
1677 g->gcstate = GCSpause; /* finish collection */ 1677 g->gcstate = GCSpause; /* finish collection */
1678 stepresult = step2pause; 1678 stepresult = step2pause;