Update lgc.c

delete redundant ;
This commit is contained in:
v012345 2023-05-18 18:46:04 +08:00 • committed by GitHub
parent 6443185167
commit 806835e2df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
lgc.c
View file

@ -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);