Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Need to reload from XMM0 in this case.
  • Loading branch information
comex committed Sep 25, 2013
1 parent 74ee85a commit 54843ad
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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());

Expand Down

0 comments on commit 54843ad

Please sign in to comment.