mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
On block unlinking, wipe the address from the valid links.
This commit is contained in:
parent
d2a90e6eab
commit
0a9fd93eda
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ using namespace Gen;
|
||||||
e.linkStatus = false;
|
e.linkStatus = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
links_to.erase(b.originalAddress);
|
||||||
}
|
}
|
||||||
|
|
||||||
void JitBaseBlockCache::DestroyBlock(int block_num, bool invalidate)
|
void JitBaseBlockCache::DestroyBlock(int block_num, bool invalidate)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue