mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
commit
5ed94a0f67
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ void JitBaseBlockCache::FreeBlock(JitBlock* block)
|
|||
while (iter.first != iter.second)
|
||||
{
|
||||
if (&iter.first->second == block)
|
||||
start_block_map.erase(iter.first);
|
||||
iter.first = start_block_map.erase(iter.first);
|
||||
else
|
||||
iter.first++;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue