Fix for last commit
This commit is contained in:
@@ -690,7 +690,7 @@ int LJ_FASTCALL lj_gc_step(lua_State *L)
|
||||
if (g->gc.debt < GCSTEPSIZE) {
|
||||
g->gc.threshold = g->gc.total + GCSTEPSIZE;
|
||||
g->vmstate = ostate;
|
||||
return 1;
|
||||
return -1;
|
||||
} else {
|
||||
g->gc.debt -= GCSTEPSIZE;
|
||||
g->gc.threshold = g->gc.total;
|
||||
|
||||
Reference in New Issue
Block a user