final alignment correction

This commit is contained in:
greggameplayer 2018-07-20 14:57:34 +02:00 committed by GitHub
parent d5c1d847d7
commit eeb86d4135
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);
}