correct alignment

This commit is contained in:
greggameplayer 2018-07-20 14:56:48 +02:00 committed by GitHub
parent 17673b675d
commit d5c1d847d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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