aboutsummaryrefslogtreecommitdiff
path: root/CP15.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CP15.cpp')
-rw-r--r--CP15.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CP15.cpp b/CP15.cpp
index 55bc43f..ded58aa 100644
--- a/CP15.cpp
+++ b/CP15.cpp
@@ -114,14 +114,14 @@ void Write(u32 id, u32 val)
//printf("inval data cache %08X\n", val);
return;
case 0x762:
- printf("inval data cache SI\n");
+ //printf("inval data cache SI\n");
return;
case 0x7A1:
//printf("flush data cache %08X\n", val);
return;
case 0x7A2:
- printf("flush data cache SI\n");
+ //printf("flush data cache SI\n");
return;