mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
JitArm64_LoadStore: Fix bug in writing byte to gather pipe
Introduced by c45028a7081f872e87c9d9b42f70f3086aa912f7.
This commit is contained in:
parent
0d98ffa2b2
commit
3fb886141d
@ -256,7 +256,7 @@ void JitArm64::SafeStoreFromReg(s32 dest, u32 value, s32 regOffset, u32 flags, s
|
||||
}
|
||||
else
|
||||
{
|
||||
STRB(INDEX_POST, WA, X0, 1);
|
||||
STRB(INDEX_POST, RS, X0, 1);
|
||||
}
|
||||
STR(INDEX_UNSIGNED, X0, X1, 0);
|
||||
js.fifoBytesSinceCheck += accessSize >> 3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user