summaryrefslogtreecommitdiffstats
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-05-09 05:39:56 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-05-09 06:29:52 +0200
commit1c0b87edc2d8262c06ea4c301bcfc884875f918b (patch)
treef5b49739cc6cb7ca758111c5171c84b2c3152f5f /src/core/core.cpp
parentLoader: Remove .bin file support (diff)
downloadyuzu-1c0b87edc2d8262c06ea4c301bcfc884875f918b.tar
yuzu-1c0b87edc2d8262c06ea4c301bcfc884875f918b.tar.gz
yuzu-1c0b87edc2d8262c06ea4c301bcfc884875f918b.tar.bz2
yuzu-1c0b87edc2d8262c06ea4c301bcfc884875f918b.tar.lz
yuzu-1c0b87edc2d8262c06ea4c301bcfc884875f918b.tar.xz
yuzu-1c0b87edc2d8262c06ea4c301bcfc884875f918b.tar.zst
yuzu-1c0b87edc2d8262c06ea4c301bcfc884875f918b.zip
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r--src/core/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index 1c9680d41..bb2ed7a92 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -63,7 +63,7 @@ int Init() {
// TODO: Whenever TLS is implemented, this should contain
// the address of the 0x200-byte TLS
- g_app_core->SetCP15Register(CP15_THREAD_URO, Memory::KERNEL_MEMORY_VADDR);
+ g_app_core->SetCP15Register(CP15_THREAD_URO, Memory::TLS_AREA_VADDR);
LOG_DEBUG(Core, "Initialized OK");
return 0;