MMU: Remove erroneous continue statement
The updated behavior more closely emulates the functionality of physical hardware.
This commit is contained in:
parent
e7282f4244
commit
11dd5ba485
|
@ -1546,7 +1546,6 @@ void MMU::UpdateBATs(BatTable& bat_table, u32 base_spr)
|
||||||
// (input & ~BL_mask) == BEPI. For now, assume it's
|
// (input & ~BL_mask) == BEPI. For now, assume it's
|
||||||
// implemented this way for invalid BATs as well.
|
// implemented this way for invalid BATs as well.
|
||||||
WARN_LOG_FMT(POWERPC, "Bad BAT setup: BEPI overlaps BL");
|
WARN_LOG_FMT(POWERPC, "Bad BAT setup: BEPI overlaps BL");
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
if ((batl.BRPN & batu.BL) != 0)
|
if ((batl.BRPN & batu.BL) != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue