diff options
Diffstat (limited to 'src/lj_gc.c')
-rw-r--r-- | src/lj_gc.c | 2 |
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. */ |
616 | int lj_gc_step(lua_State *L) | 616 | int 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; |