aboutsummaryrefslogtreecommitdiff
path: root/src/CP15.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CP15.cpp')
-rw-r--r--src/CP15.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CP15.cpp b/src/CP15.cpp
index 77244f2..5b5f935 100644
--- a/src/CP15.cpp
+++ b/src/CP15.cpp
@@ -258,11 +258,9 @@ void ARMv5::UpdatePURegions(bool update_all)
void ARMv5::UpdateRegionTimings(u32 addrstart, u32 addrend)
{
- printf("initialising region timings %x %x\n", addrstart, addrend);
addrstart >>= 12;
addrend >>= 12;
-
if (addrend == 0xFFFFF) addrend++;
for (u32 i = addrstart; i < addrend; i++)