mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-12 23:48:58 +01:00
[ARM] Removes extraneous fpr.Flush
This commit is contained in:
parent
aa8f0c2ca4
commit
c1ddeacc9d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user