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); }