diff options
author | RSDuck <RSDuck@users.noreply.github.com> | 2019-07-21 23:59:02 +0200 |
---|---|---|
committer | RSDuck <rsduck@users.noreply.github.com> | 2020-04-26 13:03:11 +0200 |
commit | 707da1f4c78d21c465ae00696d92bdb324dc0c0e (patch) | |
tree | ced595d8d3fc9bd7351ea746dcf9964adc472fd8 /src/CP15.cpp | |
parent | 51b6b7a7d56e727e164c6ef7cdde3d3e0f4b058e (diff) |
remove debug printf
Diffstat (limited to 'src/CP15.cpp')
-rw-r--r-- | src/CP15.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CP15.cpp b/src/CP15.cpp index b24c1c1..e6e91c3 100644 --- a/src/CP15.cpp +++ b/src/CP15.cpp @@ -257,11 +257,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++) |