fix uninitialised memory mapping

This commit is contained in:
RSDuck
2019-07-21 23:56:24 +02:00
committed by RSDuck
parent 4a0f6b3b4b
commit 51b6b7a7d5
3 changed files with 10 additions and 2 deletions

View File

@ -102,7 +102,6 @@ void ARM::Reset()
void ARMv5::Reset()
{
CP15Reset();
ARM::Reset();
}