mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -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);
|
||||
VMOV(vD1, vD0);
|
||||
fpr.Flush(); // Shouldn't be needed. Missing a flush somewhere
|
||||
if (inst.Rc) Helper_UpdateCR1(vD0);
|
||||
}
|
||||
void JitArm::fmulx(UGeckoInstruction inst)
|
||||
|
Reference in New Issue
Block a user