From d5c1d847d71968030348fa3d5520a74b21f4cd99 Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Fri, 20 Jul 2018 14:56:48 +0200 Subject: [PATCH] correct alignment --- 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 9cf5edacd..6a3754e6d 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); }