Alignment

This commit is contained in:
gdkchan 2019-02-21 21:53:28 -03:00
parent bf322c8916
commit 192dd2d26b

View file

@ -283,7 +283,7 @@ namespace ChocolArm64.Instructions
switch (size)
{
case 2: context.EmitCall(typeof(Sse), nameof(Sse.StoreScalar)); break;
case 2: context.EmitCall(typeof(Sse), nameof(Sse.StoreScalar)); break;
case 3:
{