Removed some debug code I'd left accidentally

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4360 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
LinesPrower 2009-10-04 10:42:14 +00:00
parent d52f0fc915
commit 08d87d5b7f

View file

@ -402,7 +402,6 @@ bool JitBlock::ContainsAddress(u32 em_address)
}
if (address & JIT_ICACHE_EXRAM_BIT)
{
ERROR_LOG(POWERPC, "icbi clearing exram icache. addr=%x", address);
u32 cacheaddr = address & JIT_ICACHEEX_MASK;
memset(iCacheEx + cacheaddr, JIT_ICACHE_INVALID_BYTE, 32);
}