diff options
Diffstat (limited to 'lgc.c')
| -rw-r--r-- | lgc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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; |
