summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorMikeIsAStar <99037623+MikeIsAStar@users.noreply.github.com>2024-03-08 16:26:00 -0500
committerMikeIsAStar <99037623+MikeIsAStar@users.noreply.github.com>2024-03-08 16:36:38 -0500
commit11dd5ba4853008f1aebd08d634512f626cd9bcfc (patch)
tree5fc42d492f938ce0fc660d11f9c7793440a8e72a /Source
parente7282f4244565475aaeb65723cdd6c3f234de9b7 (diff)
MMU: Remove erroneous continue statement
The updated behavior more closely emulates the functionality of physical hardware.
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/PowerPC/MMU.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Core/PowerPC/MMU.cpp b/Source/Core/Core/PowerPC/MMU.cpp
index c43f58ab86..8e8282ed08 100644
--- a/Source/Core/Core/PowerPC/MMU.cpp
+++ b/Source/Core/Core/PowerPC/MMU.cpp
@@ -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)
{