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:
LinesPrower 2009-10-04 10:46:54 +00:00
parent 08d87d5b7f
commit 06e79364b0

View file

@ -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);
}