summaryrefslogtreecommitdiffstats
path: root/src/core/arm
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-04-06 19:01:19 +0200
committerLioncash <mathew1800@gmail.com>2015-04-06 19:01:19 +0200
commit8004d35ea163b621ea3f3d4333f2c58ec926d7c9 (patch)
tree5e81e78b4789fe9d6c1c6c54836d1e338ec7714a /src/core/arm
parentarm_interface: Support retrieval/storage to CP15 registers (diff)
downloadyuzu-8004d35ea163b621ea3f3d4333f2c58ec926d7c9.tar
yuzu-8004d35ea163b621ea3f3d4333f2c58ec926d7c9.tar.gz
yuzu-8004d35ea163b621ea3f3d4333f2c58ec926d7c9.tar.bz2
yuzu-8004d35ea163b621ea3f3d4333f2c58ec926d7c9.tar.lz
yuzu-8004d35ea163b621ea3f3d4333f2c58ec926d7c9.tar.xz
yuzu-8004d35ea163b621ea3f3d4333f2c58ec926d7c9.tar.zst
yuzu-8004d35ea163b621ea3f3d4333f2c58ec926d7c9.zip
Diffstat (limited to 'src/core/arm')
-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 7254a16f3..1d732fe84 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;