Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ARM] Removes extraneous fpr.Flush
  • Loading branch information
Sonicadvance1 committed Sep 12, 2013
1 parent aa8f0c2 commit c1ddeac
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -146,7 +146,6 @@ void JitArm::fmulsx(UGeckoInstruction inst)

VMUL(vD0, vA, vC);
VMOV(vD1, vD0);
fpr.Flush(); // Shouldn't be needed. Missing a flush somewhere
if (inst.Rc) Helper_UpdateCR1(vD0);
}
void JitArm::fmulx(UGeckoInstruction inst)
Expand Down

0 comments on commit c1ddeac

Please sign in to comment.