aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/interpreter/arminit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/arm/interpreter/arminit.cpp')
-rw-r--r--src/core/arm/interpreter/arminit.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/arm/interpreter/arminit.cpp b/src/core/arm/interpreter/arminit.cpp
index 7254a16f..1d732fe8 100644
--- a/src/core/arm/interpreter/arminit.cpp
+++ b/src/core/arm/interpreter/arminit.cpp
@@ -139,16 +139,8 @@ void ARMul_Reset(ARMul_State* state)
state->Bank = SVCBANK;
FLUSHPIPE;
- // Reset CP15
ResetMPCoreCP15Registers(state);
- // This is separate from the CP15 register reset function, as
- // this isn't an ARM-defined reset value; it's set by the 3DS.
- //
- // TODO: Whenever TLS is implemented, this should contain
- // the address of the 0x200-byte TLS
- state->CP15[CP15_THREAD_URO] = Memory::KERNEL_MEMORY_VADDR;
-
state->EndCondition = 0;
state->ErrorCode = 0;