final alignment correction
This commit is contained in:
parent
d5c1d847d7
commit
eeb86d4135
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue