[ARM] Removes extraneous fpr.Flush

This commit is contained in:
Ryan Houdek 2013-09-12 10:31:29 +00:00
parent aa8f0c2ca4
commit c1ddeacc9d

View File

@ -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)