oops, another one. sorry
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4361 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
08d87d5b7f
commit
06e79364b0
|
@ -387,8 +387,6 @@ bool JitBlock::ContainsAddress(u32 em_address)
|
|||
}
|
||||
if (it1 != it2)
|
||||
{
|
||||
if (address & JIT_ICACHE_EXRAM_BIT)
|
||||
PanicAlert("icbi deleted blocks. addr=%x", address);
|
||||
block_map.erase(it1, it2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue