This commit is contained in:
Robbbert 2020-04-22 22:18:27 +10:00
commit f22777a547

View File

@ -561,7 +561,7 @@ u32 pmmu_translate_addr_with_fc(u32 addr_in, u8 fc, bool rw, const int limit = 7
return addr_out;
}
if (!ptest && pmmu_atc_lookup<false>(addr_in, fc, rw, addr_out))
if (!ptest && !pload && pmmu_atc_lookup<false>(addr_in, fc, rw, addr_out))
{
if (pload)
{