Merge pull request #12626 from MikeIsAStar/remove-erroneous-continue-statement
MMU: Remove erroneous continue statement
This commit is contained in:
commit
a85d89af39
|
@ -1536,7 +1536,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