mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 14:39:01 +01:00
commit
5ed94a0f67
@ -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…
x
Reference in New Issue
Block a user