aboutsummaryrefslogtreecommitdiff
path: root/src/lj_gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_gc.c')
-rw-r--r--src/lj_gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_gc.c b/src/lj_gc.c
index 5c9d2bcb..55640521 100644
--- a/src/lj_gc.c
+++ b/src/lj_gc.c
@@ -613,7 +613,7 @@ static size_t gc_onestep(lua_State *L)
613} 613}
614 614
615/* Perform a limited amount of incremental GC steps. */ 615/* Perform a limited amount of incremental GC steps. */
616int lj_gc_step(lua_State *L) 616int LJ_FASTCALL lj_gc_step(lua_State *L)
617{ 617{
618 global_State *g = G(L); 618 global_State *g = G(L);
619 MSize lim; 619 MSize lim;