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

@@ -648,7 +648,7 @@ u32 PPCAnalyzer::Analyze(u32 address, CodeBlock *block, CodeBuffer *buffer, u32
if (SConfig::GetInstance().m_LocalCoreStartupParameter.bMMU && (address & JIT_ICACHE_VMEM_BIT))
{
if (!Memory::TranslateAddress(address, Memory::FLAG_OPCODE))
if (!Memory::TranslateAddress(address, Memory::FLAG_NO_EXCEPTION))
{
// Memory exception occurred during instruction fetch
block->m_memory_exception = true;