mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
[ARM] Removes extraneous fpr.Flush
This commit is contained in:
parent
aa8f0c2ca4
commit
c1ddeacc9d
1 changed files with 0 additions and 1 deletions
|
@ -146,7 +146,6 @@ void JitArm::fmulsx(UGeckoInstruction inst)
|
||||||
|
|
||||||
VMUL(vD0, vA, vC);
|
VMUL(vD0, vA, vC);
|
||||||
VMOV(vD1, vD0);
|
VMOV(vD1, vD0);
|
||||||
fpr.Flush(); // Shouldn't be needed. Missing a flush somewhere
|
|
||||||
if (inst.Rc) Helper_UpdateCR1(vD0);
|
if (inst.Rc) Helper_UpdateCR1(vD0);
|
||||||
}
|
}
|
||||||
void JitArm::fmulx(UGeckoInstruction inst)
|
void JitArm::fmulx(UGeckoInstruction inst)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue