mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
Update lgc.c
delete redundant ;
This commit is contained in:
parent
6443185167
commit
806835e2df
1 changed files with 1 additions and 1 deletions
2
lgc.c
2
lgc.c
|
|
@ -1409,7 +1409,7 @@ static void stepgenfull (lua_State *L, global_State *g) {
|
|||
setminordebt(g);
|
||||
}
|
||||
else { /* another bad collection; stay in incremental mode */
|
||||
g->GCestimate = gettotalbytes(g); /* first estimate */;
|
||||
g->GCestimate = gettotalbytes(g); /* first estimate */
|
||||
entersweep(L);
|
||||
luaC_runtilstate(L, bitmask(GCSpause)); /* finish collection */
|
||||
setpause(g);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue