diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lj_asm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_asm.c b/src/lj_asm.c index a9b87821..302bc06b 100644 --- a/src/lj_asm.c +++ b/src/lj_asm.c | |||
@@ -684,6 +684,7 @@ static Reg ra_releasetmp(ASMState *as, IRRef ref) | |||
684 | /* Generic move between two regs. */ | 684 | /* Generic move between two regs. */ |
685 | static void ra_movrr(ASMState *as, IRIns *ir, Reg r1, Reg r2) | 685 | static void ra_movrr(ASMState *as, IRIns *ir, Reg r1, Reg r2) |
686 | { | 686 | { |
687 | UNUSED(ir); | ||
687 | if (r1 < RID_MAX_GPR) | 688 | if (r1 < RID_MAX_GPR) |
688 | emit_rr(as, XO_MOV, REX_64IR(ir, r1), r2); | 689 | emit_rr(as, XO_MOV, REX_64IR(ir, r1), r2); |
689 | else | 690 | else |