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:
parent
d52f0fc915
commit
08d87d5b7f
|
@ -402,7 +402,6 @@ bool JitBlock::ContainsAddress(u32 em_address)
|
||||||
}
|
}
|
||||||
if (address & JIT_ICACHE_EXRAM_BIT)
|
if (address & JIT_ICACHE_EXRAM_BIT)
|
||||||
{
|
{
|
||||||
ERROR_LOG(POWERPC, "icbi clearing exram icache. addr=%x", address);
|
|
||||||
u32 cacheaddr = address & JIT_ICACHEEX_MASK;
|
u32 cacheaddr = address & JIT_ICACHEEX_MASK;
|
||||||
memset(iCacheEx + cacheaddr, JIT_ICACHE_INVALID_BYTE, 32);
|
memset(iCacheEx + cacheaddr, JIT_ICACHE_INVALID_BYTE, 32);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue