MMU: Remove erroneous continue statement

The updated behavior more closely emulates the functionality of physical hardware.
This commit is contained in:
MikeIsAStar 2024-03-08 16:26:00 -05:00
parent e7282f4244
commit 11dd5ba485
1 changed files with 0 additions and 1 deletions

View File

@ -1546,7 +1546,6 @@ void MMU::UpdateBATs(BatTable& bat_table, u32 base_spr)
// (input & ~BL_mask) == BEPI. For now, assume it's
// implemented this way for invalid BATs as well.
WARN_LOG_FMT(POWERPC, "Bad BAT setup: BEPI overlaps BL");
continue;
}
if ((batl.BRPN & batu.BL) != 0)
{