Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12120 from AdmiralCurtiss/jit64-membase
Jit64: Actually update membase register after GlobalAdvance().
  • Loading branch information
JosJuice committed Aug 19, 2023
2 parents ed78949 + d36f0ff commit 8c5d8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/PowerPC/Jit64/JitAsm.cpp
Expand Up @@ -68,7 +68,7 @@ void Jit64AsmRoutineManager::Generate()
// When we've just entered the jit we need to update the membase
// GlobalAdvance also checks exceptions after which we need to
// 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
FixupBranch skipToRealDispatch = J(enable_debugging ? Jump::Near : Jump::Short);
Expand Down

0 comments on commit 8c5d8a6

Please sign in to comment.