From 806835e2df6208e2e5147cd9f74878c9ad9a72d4 Mon Sep 17 00:00:00 2001 From: v012345 <68999103+v012345@users.noreply.github.com> Date: Thu, 18 May 2023 18:46:04 +0800 Subject: [PATCH] Update lgc.c delete redundant ; --- lgc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgc.c b/lgc.c index a3094ff5..818322c0 100644 --- a/lgc.c +++ b/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);