mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
JitCache: Freeing hotfix.
Sorry, I'm too stupid to test my code.
This commit is contained in:
parent
9cd34c7985
commit
819ebfb213
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ void JitBaseBlockCache::FreeBlock(JitBlock* block)
|
||||||
while (iter.first != iter.second)
|
while (iter.first != iter.second)
|
||||||
{
|
{
|
||||||
if (&iter.first->second == block)
|
if (&iter.first->second == block)
|
||||||
start_block_map.erase(iter.first);
|
iter.first = start_block_map.erase(iter.first);
|
||||||
else
|
else
|
||||||
iter.first++;
|
iter.first++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue