correct alignment
This commit is contained in:
parent
17673b675d
commit
d5c1d847d7
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ namespace ChocolArm64.Instruction
|
||||||
|
|
||||||
EmitRoundMathCall(Context, MidpointRounding.ToEven);
|
EmitRoundMathCall(Context, MidpointRounding.ToEven);
|
||||||
|
|
||||||
if (Op.RegisterSize == ARegisterSize.SIMD64)
|
if (Op.RegisterSize == ARegisterSize.SIMD64)
|
||||||
{
|
{
|
||||||
Context.Emit(OpCodes.Conv_I4);
|
Context.Emit(OpCodes.Conv_I4);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue