aboutsummaryrefslogtreecommitdiff
path: root/src/CP15.cpp
diff options
context:
space:
mode:
authorRSDuck <RSDuck@users.noreply.github.com>2021-10-29 01:35:22 +0200
committerRSDuck <RSDuck@users.noreply.github.com>2021-10-29 01:35:47 +0200
commit6c2ea9317328632f3086f4b9957ae743d6c53ed7 (patch)
tree33a032b8db39aefd92f089bc991bb3a94a789682 /src/CP15.cpp
parent635a47014f4fe6810e623186dc626b0d71946834 (diff)
get rid of DTCMSize
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 69551de..e75201b 100644
--- a/src/CP15.cpp
+++ b/src/CP15.cpp
@@ -51,7 +51,6 @@ void ARMv5::CP15Reset()
ITCMSize = 0;
DTCMBase = 0xFFFFFFFF;
DTCMMask = 0;
- DTCMSize = 0;
memset(ICache, 0, 0x2000);
ICacheInvalidateAll();
@@ -127,7 +126,6 @@ void ARMv5::UpdateDTCMSetting()
#endif
DTCMBase = newDTCMBase;
DTCMMask = newDTCMMask;
- DTCMSize = newDTCMSize;
}
}