diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-10-22 14:08:22 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-10-22 14:08:22 -0300 |
commit | e592f94a643de0bf8d62f6c6128fe752c673f5ac (patch) | |
tree | 50a4c591601eb5aaf53014c1c3039a8e2523ca45 /lgc.c | |
parent | 6e1aec7a677a9891f2f8ca57e039d9984fdc69bc (diff) | |
download | lua-e592f94a643de0bf8d62f6c6128fe752c673f5ac.tar.gz lua-e592f94a643de0bf8d62f6c6128fe752c673f5ac.tar.bz2 lua-e592f94a643de0bf8d62f6c6128fe752c673f5ac.zip |
Details (mostly comments)
Diffstat (limited to '')
-rw-r--r-- | lgc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1565,6 +1565,7 @@ static void incstep (lua_State *L, global_State *g) { | |||
1565 | */ | 1565 | */ |
1566 | void luaC_step (lua_State *L) { | 1566 | void luaC_step (lua_State *L) { |
1567 | global_State *g = G(L); | 1567 | global_State *g = G(L); |
1568 | lua_assert(!g->gcemergency); | ||
1568 | if (g->gcrunning) { /* running? */ | 1569 | if (g->gcrunning) { /* running? */ |
1569 | if(isdecGCmodegen(g)) | 1570 | if(isdecGCmodegen(g)) |
1570 | genstep(L, g); | 1571 | genstep(L, g); |