diff options
Diffstat (limited to 'src/ARM.cpp')
-rw-r--r-- | src/ARM.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ARM.cpp b/src/ARM.cpp index 6248de2..2d8c807 100644 --- a/src/ARM.cpp +++ b/src/ARM.cpp @@ -222,9 +222,6 @@ void ARMv5::JumpTo(u32 addr, bool restorecpsr) CPSR &= ~0x20; } - // TODO: investigate this - // firmware jumps to region 01FFxxxx, but region 5 (01000000-02000000) is set to non-executable - // is melonDS fucked up somewhere, or is the DS PU just incomplete/crapoed? /*if (!(PU_Map[addr>>12] & 0x04)) { printf("jumped to %08X. very bad\n", addr); |