diff options
Diffstat (limited to 'src/lj_asm.c')
-rw-r--r-- | src/lj_asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm.c b/src/lj_asm.c index a80d6adf..ee1cc5b5 100644 --- a/src/lj_asm.c +++ b/src/lj_asm.c | |||
@@ -342,7 +342,7 @@ static Reg ra_rematk(ASMState *as, IRRef ref) | |||
342 | emit_getgl(as, r, jit_base); | 342 | emit_getgl(as, r, jit_base); |
343 | } else if (emit_canremat(ASMREF_L) && ir->o == IR_KPRI) { | 343 | } else if (emit_canremat(ASMREF_L) && ir->o == IR_KPRI) { |
344 | lua_assert(irt_isnil(ir->t)); /* REF_NIL stores ASMREF_L register. */ | 344 | lua_assert(irt_isnil(ir->t)); /* REF_NIL stores ASMREF_L register. */ |
345 | emit_getgl(as, r, jit_L); | 345 | emit_getgl(as, r, cur_L); |
346 | #if LJ_64 | 346 | #if LJ_64 |
347 | } else if (ir->o == IR_KINT64) { | 347 | } else if (ir->o == IR_KINT64) { |
348 | emit_loadu64(as, r, ir_kint64(ir)->u64); | 348 | emit_loadu64(as, r, ir_kint64(ir)->u64); |