diff options
Diffstat (limited to 'src/lj_gc.h')
-rw-r--r-- | src/lj_gc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_gc.h b/src/lj_gc.h index 3d213eb3..c3b91e07 100644 --- a/src/lj_gc.h +++ b/src/lj_gc.h | |||
@@ -65,7 +65,7 @@ LJ_FUNC void lj_gc_barrierf(global_State *g, GCobj *o, GCobj *v); | |||
65 | LJ_FUNCA void LJ_FASTCALL lj_gc_barrieruv(global_State *g, TValue *tv); | 65 | LJ_FUNCA void LJ_FASTCALL lj_gc_barrieruv(global_State *g, TValue *tv); |
66 | LJ_FUNC void lj_gc_closeuv(global_State *g, GCupval *uv); | 66 | LJ_FUNC void lj_gc_closeuv(global_State *g, GCupval *uv); |
67 | #if LJ_HASJIT | 67 | #if LJ_HASJIT |
68 | LJ_FUNC void lj_gc_barriertrace(global_State *g, void *T); | 68 | LJ_FUNC void lj_gc_barriertrace(global_State *g, uint32_t traceno); |
69 | #endif | 69 | #endif |
70 | 70 | ||
71 | /* Barrier for stores to table objects. TValue and GCobj variant. */ | 71 | /* Barrier for stores to table objects. TValue and GCobj variant. */ |