mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 23:59:27 +01:00
Announce RSCRATCH clobbering in Jit64 when profiling is enabled
This commit is contained in:
parent
9ebfcebdde
commit
70b3db93e0
@ -469,6 +469,7 @@ bool Jit64::Cleanup()
|
||||
Imm32(js.downcountAmount));
|
||||
MOV(64, MDisp(RSCRATCH2, offsetof(JitBlock::ProfileData, ticCounter)), R(RSCRATCH));
|
||||
ABI_PopRegistersAndAdjustStack({}, 0);
|
||||
did_something = true;
|
||||
}
|
||||
|
||||
return did_something;
|
||||
|
Loading…
x
Reference in New Issue
Block a user