aboutsummaryrefslogtreecommitdiff
path: root/src/CP15.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CP15.cpp')
-rw-r--r--src/CP15.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CP15.cpp b/src/CP15.cpp
index f6476ab..3f9e79d 100644
--- a/src/CP15.cpp
+++ b/src/CP15.cpp
@@ -616,11 +616,11 @@ void ARMv5::CP15Write(u32 id, u32 val)
case 0xF00:
//printf("cache debug index register %08X\n", val);
return;
-
+
case 0xF10:
//printf("cache debug instruction tag %08X\n", val);
return;
-
+
case 0xF20:
//printf("cache debug data tag %08X\n", val);
return;
@@ -632,7 +632,7 @@ void ARMv5::CP15Write(u32 id, u32 val)
case 0xF40:
//printf("cache debug data cache %08X\n", val);
return;
-
+
}
if ((id & 0xF00) == 0xF00) // test/debug shit?