Fix copy-paste mistake
This commit is contained in:
parent
997c476e91
commit
d5bd47a164
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ namespace ChocolArm64.Memory
|
|||
}
|
||||
else if (Sse2.IsSupported)
|
||||
{
|
||||
WriteByteUnchecked(Position, (byte)Sse2.Extract(Sse.StaticCast<float, ushort>(Value), 0));
|
||||
WriteByte(Position, (byte)Sse2.Extract(Sse.StaticCast<float, ushort>(Value), 0));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue