diff options
Diffstat (limited to 'src/lj_ir.c')
-rw-r--r-- | src/lj_ir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_ir.c b/src/lj_ir.c index 602be31a..b1192a22 100644 --- a/src/lj_ir.c +++ b/src/lj_ir.c | |||
@@ -379,7 +379,7 @@ void lj_ir_kvalue(lua_State *L, TValue *tv, const IRIns *ir) | |||
379 | } else { | 379 | } else { |
380 | if (ir->o == IR_KGC) { | 380 | if (ir->o == IR_KGC) { |
381 | lua_assert(irt_isgcv(ir->t)); | 381 | lua_assert(irt_isgcv(ir->t)); |
382 | setgcV(L, tv, &ir_kgc(ir)->gch, irt_toitype(ir->t)); | 382 | setgcV(L, tv, ir_kgc(ir), irt_toitype(ir->t)); |
383 | } else { | 383 | } else { |
384 | lua_assert(ir->o == IR_KPTR || ir->o == IR_KNULL); | 384 | lua_assert(ir->o == IR_KPTR || ir->o == IR_KNULL); |
385 | setlightudV(tv, mref(ir->ptr, void)); | 385 | setlightudV(tv, mref(ir->ptr, void)); |