also remove no longer needed variable
This commit is contained in:
Jaklyy
2024-06-10 13:10:42 -04:00
parent ca04710deb
commit 3ddccde5b9
3 changed files with 7 additions and 10 deletions

View File

@ -177,8 +177,6 @@ void ARM::Reset()
ExceptionBase = Num ? 0x00000000 : 0xFFFF0000;
BuggyJump = 0;
CodeMem.Mem = NULL;
#ifdef JIT_ENABLED