Fixup No.2 for #10779

This commit is contained in:
Nekotekina 2021-09-01 16:56:38 +03:00
parent ad6a72e369
commit 06f733a7f2
2 changed files with 2 additions and 6 deletions

View file

@ -539,6 +539,8 @@ bool ppu_form_branch_to_code(u32 entry, u32 target)
void ppu_remove_hle_instructions(u32 addr, u32 size)
{
g_fxo->init<ppu_far_jumps_t>();
auto& jumps = g_fxo->get<ppu_far_jumps_t>();
std::lock_guard lock(jumps.mutex);