aboutsummaryrefslogtreecommitdiff
path: root/src/lj_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_lib.c')
-rw-r--r--src/lj_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_lib.c b/src/lj_lib.c
index 0ba0ecb1..9540772e 100644
--- a/src/lj_lib.c
+++ b/src/lj_lib.c
@@ -53,7 +53,7 @@ void lj_lib_register(lua_State *L, const char *libname,
53 ptrdiff_t tpos = L->top - L->base; 53 ptrdiff_t tpos = L->top - L->base;
54 54
55 /* Avoid barriers further down. */ 55 /* Avoid barriers further down. */
56 if (isblack(obj2gco(tab))) lj_gc_barrierback(G(L), tab); 56 lj_gc_anybarriert(L, tab);
57 tab->nomm = 0; 57 tab->nomm = 0;
58 58
59 for (;;) { 59 for (;;) {