mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
Add missing push wrapper around UpdatePerformanceMonitor
This commit is contained in:
parent
49a48a6057
commit
97c9cb5882
@ -330,7 +330,9 @@ bool Jit64::Cleanup()
|
||||
// SPEED HACK: MMCR0/MMCR1 should be checked at run-time, not at compile time.
|
||||
if (MMCR0.Hex || MMCR1.Hex)
|
||||
{
|
||||
ABI_PushRegistersAndAdjustStack(0, 0);
|
||||
ABI_CallFunctionCCC((void *)&PowerPC::UpdatePerformanceMonitor, js.downcountAmount, jit->js.numLoadStoreInst, jit->js.numFloatingPointInst);
|
||||
ABI_PopRegistersAndAdjustStack(0, 0);
|
||||
did_something = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user