diff options
| author | 2015-05-09 00:39:56 -0300 | |
|---|---|---|
| committer | 2015-05-09 01:29:52 -0300 | |
| commit | 1c0b87edc2d8262c06ea4c301bcfc884875f918b (patch) | |
| tree | f5b49739cc6cb7ca758111c5171c84b2c3152f5f /src/core/core.cpp | |
| parent | Loader: Remove .bin file support (diff) | |
| download | yuzu-1c0b87edc2d8262c06ea4c301bcfc884875f918b.tar.gz yuzu-1c0b87edc2d8262c06ea4c301bcfc884875f918b.tar.xz yuzu-1c0b87edc2d8262c06ea4c301bcfc884875f918b.zip | |
Memory: Re-organize and rename memory area address constants
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() { | |||
| 63 | 63 | ||
| 64 | // TODO: Whenever TLS is implemented, this should contain | 64 | // TODO: Whenever TLS is implemented, this should contain |
| 65 | // the address of the 0x200-byte TLS | 65 | // the address of the 0x200-byte TLS |
| 66 | g_app_core->SetCP15Register(CP15_THREAD_URO, Memory::KERNEL_MEMORY_VADDR); | 66 | g_app_core->SetCP15Register(CP15_THREAD_URO, Memory::TLS_AREA_VADDR); |
| 67 | 67 | ||
| 68 | LOG_DEBUG(Core, "Initialized OK"); | 68 | LOG_DEBUG(Core, "Initialized OK"); |
| 69 | return 0; | 69 | return 0; |