aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lj_asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm.c b/src/lj_asm.c
index 889ab668..cb8f12c8 100644
--- a/src/lj_asm.c
+++ b/src/lj_asm.c
@@ -4007,7 +4007,7 @@ static void asm_ir(ASMState *as, IRIns *ir)
4007 case IR_RETF: asm_retf(as, ir); break; 4007 case IR_RETF: asm_retf(as, ir); break;
4008 4008
4009 /* Bit ops. */ 4009 /* Bit ops. */
4010 case IR_BNOT: asm_neg_not(as, ir, XOg_NOT); 4010 case IR_BNOT: asm_neg_not(as, ir, XOg_NOT); break;
4011 case IR_BSWAP: asm_bitswap(as, ir); break; 4011 case IR_BSWAP: asm_bitswap(as, ir); break;
4012 4012
4013 case IR_BAND: asm_intarith(as, ir, XOg_AND); break; 4013 case IR_BAND: asm_intarith(as, ir, XOg_AND); break;