get rid of DTCMSize

This commit is contained in:
RSDuck
2021-10-29 01:35:22 +02:00
parent 635a47014f
commit 6c2ea93173
3 changed files with 8 additions and 10 deletions

View File

@ -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;
}
}