From 0c7e261aace494ca421216e4fc104cdf480b743b Mon Sep 17 00:00:00 2001 From: SachinVin Date: Sun, 28 Jul 2019 21:13:27 +0530 Subject: [PATCH] Minor style fix --- src/backend/A64/opcodes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/A64/opcodes.inc b/src/backend/A64/opcodes.inc index e52c15f4..72caf173 100644 --- a/src/backend/A64/opcodes.inc +++ b/src/backend/A64/opcodes.inc @@ -141,7 +141,7 @@ OPCODE(ZeroExtendByteToLong, U64, U8 OPCODE(ZeroExtendHalfToLong, U64, U16 ) OPCODE(ZeroExtendWordToLong, U64, U32 ) //OPCODE(ZeroExtendLongToQuad, U128, U64 ) -////OPCODE(ByteReverseDual, U64, U64 ) +//OPCODE(ByteReverseDual, U64, U64 ) OPCODE(ByteReverseWord, U32, U32 ) OPCODE(ByteReverseHalf, U16, U16 ) OPCODE(CountLeadingZeros32, U32, U32 )