mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-24 03:40:26 +00:00
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…
x
Reference in New Issue
Block a user