mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
Updated C bit on TLB cache hits.
Added TLB state to the save state file.
This commit is contained in:
parent
6d5e9cb5b1
commit
693f413364
5 changed files with 69 additions and 53 deletions
|
@ -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)";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue