mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
[ARM] Removes extraneous fpr.Flush
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user