mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-16 23:06:44 +00:00
Merge pull request #12052 from mitaclaw/profiling-is-something
Announce RSCRATCH clobbering in Jit64::Cleanup() when profiling is enabled
This commit is contained in:
commit
eb79bf37e2
1 changed files with 1 additions and 0 deletions
|
@ -469,6 +469,7 @@ bool Jit64::Cleanup()
|
||||||
Imm32(js.downcountAmount));
|
Imm32(js.downcountAmount));
|
||||||
MOV(64, MDisp(RSCRATCH2, offsetof(JitBlock::ProfileData, ticCounter)), R(RSCRATCH));
|
MOV(64, MDisp(RSCRATCH2, offsetof(JitBlock::ProfileData, ticCounter)), R(RSCRATCH));
|
||||||
ABI_PopRegistersAndAdjustStack({}, 0);
|
ABI_PopRegistersAndAdjustStack({}, 0);
|
||||||
|
did_something = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return did_something;
|
return did_something;
|
||||||
|
|
Loading…
Add table
Reference in a new issue