diff --git a/ChocolArm64/Memory/AMemory.cs b/ChocolArm64/Memory/AMemory.cs index b5a240cf34..c74e11b2c5 100644 --- a/ChocolArm64/Memory/AMemory.cs +++ b/ChocolArm64/Memory/AMemory.cs @@ -419,7 +419,7 @@ namespace ChocolArm64.Memory } else if (Sse2.IsSupported) { - WriteByteUnchecked(Position, (byte)Sse2.Extract(Sse.StaticCast(Value), 0)); + WriteByte(Position, (byte)Sse2.Extract(Sse.StaticCast(Value), 0)); } else {