From 3141b7df31a968b7887cf3f544471eace2f39565 Mon Sep 17 00:00:00 2001 From: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> Date: Sat, 8 Sep 2018 00:11:20 +0200 Subject: [PATCH] Nit. --- ChocolArm64/Instruction/AInstEmitSimdShift.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChocolArm64/Instruction/AInstEmitSimdShift.cs b/ChocolArm64/Instruction/AInstEmitSimdShift.cs index cefc377747..4dee53b9b1 100644 --- a/ChocolArm64/Instruction/AInstEmitSimdShift.cs +++ b/ChocolArm64/Instruction/AInstEmitSimdShift.cs @@ -343,7 +343,7 @@ namespace ChocolArm64.Instruction Context.Emit(Signed ? OpCodes.Shr : OpCodes.Shr_Un); } - else + else /* if (Op.Size == 3) */ { EmitShrImm_64(Context, Signed, Round ? RoundConst : 0L, Shift); }