diff options
author | Tony Wasserka <neobrainx@gmail.com> | 2015-05-09 15:57:29 +0200 |
---|---|---|
committer | Tony Wasserka <neobrainx@gmail.com> | 2015-05-09 15:57:29 +0200 |
commit | e35e72d0a5c90c37d22328115fa0f29dd17aeaee (patch) | |
tree | 4053db2c53a1ac77294c03782de75c91c0cf4b27 /src/core/core.cpp | |
parent | 417c867e1432f3a6dd3576c290478248910257ed (diff) | |
parent | 17a8cae0038b82202149bad687823b89074aa696 (diff) |
Merge pull request #734 from yuriks/memmap
Small memory map definitions cleanup
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r-- | src/core/core.cpp | 2 |
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; |