aboutsummaryrefslogtreecommitdiff
path: root/CP15.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CP15.cpp')
-rw-r--r--CP15.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/CP15.cpp b/CP15.cpp
index ded58aa..4d1fee6 100644
--- a/CP15.cpp
+++ b/CP15.cpp
@@ -135,7 +135,8 @@ void Write(u32 id, u32 val)
return;
}
- //printf("unknown CP15 write op %03X %08X\n", id, val);
+ if ((id&0xF00)!=0x700)
+ printf("unknown CP15 write op %03X %08X\n", id, val);
}
u32 Read(u32 id)