mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Need to reload from XMM0 in this case.
This commit is contained in:
parent
74ee85aaac
commit
54843ad1e8
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ void Jit64::stfd(UGeckoInstruction inst)
|
|||
MOVD_xmm(R(EAX), XMM0);
|
||||
SafeWriteRegToReg(EAX, ABI_PARAM1, 32, 0, RegistersInUse() | (1 << (16 + XMM0)));
|
||||
|
||||
MOVD_xmm(R(EAX), XMM0);
|
||||
LEA(32, ABI_PARAM1, MDisp(gpr.R(a).GetSimpleReg(), offset));
|
||||
SafeWriteRegToReg(EAX, ABI_PARAM1, 32, 4, RegistersInUse());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue