summaryrefslogtreecommitdiff
path: root/src/lj_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_parse.c')
-rw-r--r--src/lj_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_parse.c b/src/lj_parse.c
index c881aa91..b825c01f 100644
--- a/src/lj_parse.c
+++ b/src/lj_parse.c
@@ -188,7 +188,7 @@ static BCReg const_gc(FuncState *fs, GCobj *gc, uint32_t itype)
188{ 188{
189 lua_State *L = fs->L; 189 lua_State *L = fs->L;
190 TValue o, *val; 190 TValue o, *val;
191 setgcV(L, &o, &gc->gch, itype); 191 setgcV(L, &o, gc, itype);
192 /* NOBARRIER: the key is new or kept alive. */ 192 /* NOBARRIER: the key is new or kept alive. */
193 val = lj_tab_set(L, fs->kt, &o); 193 val = lj_tab_set(L, fs->kt, &o);
194 if (tvisnum(val)) 194 if (tvisnum(val))