Alignment
This commit is contained in:
parent
bf322c8916
commit
192dd2d26b
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ namespace ChocolArm64.Instructions
|
||||||
|
|
||||||
switch (size)
|
switch (size)
|
||||||
{
|
{
|
||||||
case 2: context.EmitCall(typeof(Sse), nameof(Sse.StoreScalar)); break;
|
case 2: context.EmitCall(typeof(Sse), nameof(Sse.StoreScalar)); break;
|
||||||
|
|
||||||
case 3:
|
case 3:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue