From eeb86d4135ce136925abcfd5bb68bbd0b7865266 Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Fri, 20 Jul 2018 14:57:34 +0200 Subject: [PATCH] final alignment correction --- ChocolArm64/Instruction/AInstEmitSimdCvt.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChocolArm64/Instruction/AInstEmitSimdCvt.cs b/ChocolArm64/Instruction/AInstEmitSimdCvt.cs index 6a3754e6d..48c3ab0a4 100644 --- a/ChocolArm64/Instruction/AInstEmitSimdCvt.cs +++ b/ChocolArm64/Instruction/AInstEmitSimdCvt.cs @@ -120,7 +120,7 @@ namespace ChocolArm64.Instruction EmitRoundMathCall(Context, MidpointRounding.ToEven); - if (Op.RegisterSize == ARegisterSize.SIMD64) + if (Op.RegisterSize == ARegisterSize.SIMD64) { Context.Emit(OpCodes.Conv_I4); }