Updated C bit on TLB cache hits.

Added TLB state to the save state file.
This commit is contained in:
skidau
2014-12-05 14:29:13 +11:00
parent 6d5e9cb5b1
commit 693f413364
5 changed files with 69 additions and 53 deletions

View File

@ -28,7 +28,7 @@ std::string PPCDebugInterface::Disassemble(unsigned int address)
if (!Memory::IsRAMAddress(address, true, true))
{
if (!SConfig::GetInstance().m_LocalCoreStartupParameter.bMMU || !((address & JIT_ICACHE_VMEM_BIT) &&
Memory::TranslateAddress(address, Memory::FLAG_OPCODE)))
Memory::TranslateAddress(address, Memory::FLAG_NO_EXCEPTION)))
{
return "(No RAM here)";
}