mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Merge pull request #12120 from AdmiralCurtiss/jit64-membase
Jit64: Actually update membase register after GlobalAdvance().
This commit is contained in:
@ -68,7 +68,7 @@ void Jit64AsmRoutineManager::Generate()
|
|||||||
// When we've just entered the jit we need to update the membase
|
// When we've just entered the jit we need to update the membase
|
||||||
// GlobalAdvance also checks exceptions after which we need to
|
// GlobalAdvance also checks exceptions after which we need to
|
||||||
// update the membase so it makes sense to do this here.
|
// update the membase so it makes sense to do this here.
|
||||||
m_jit.EmitUpdateMembase();
|
MOV(64, R(RMEM), PPCSTATE(mem_ptr));
|
||||||
|
|
||||||
// skip the sync and compare first time
|
// skip the sync and compare first time
|
||||||
FixupBranch skipToRealDispatch = J(enable_debugging ? Jump::Near : Jump::Short);
|
FixupBranch skipToRealDispatch = J(enable_debugging ? Jump::Near : Jump::Short);
|
||||||
|
Reference in New Issue
Block a user