summaryrefslogtreecommitdiffstats
path: root/src/core/loader/elf.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-15 03:32:53 +0200
committerLioncash <mathew1800@gmail.com>2018-08-15 03:37:03 +0200
commit96c0b81a51ddb369e60721bb9903c6f31c5c5781 (patch)
tree6ba7e8ba5a5ab7d11cbea05029b6cadc381e83b7 /src/core/loader/elf.cpp
parentMerge pull request #1055 from lioncash/init (diff)
downloadyuzu-96c0b81a51ddb369e60721bb9903c6f31c5c5781.tar
yuzu-96c0b81a51ddb369e60721bb9903c6f31c5c5781.tar.gz
yuzu-96c0b81a51ddb369e60721bb9903c6f31c5c5781.tar.bz2
yuzu-96c0b81a51ddb369e60721bb9903c6f31c5c5781.tar.lz
yuzu-96c0b81a51ddb369e60721bb9903c6f31c5c5781.tar.xz
yuzu-96c0b81a51ddb369e60721bb9903c6f31c5c5781.tar.zst
yuzu-96c0b81a51ddb369e60721bb9903c6f31c5c5781.zip
Diffstat (limited to 'src/core/loader/elf.cpp')
-rw-r--r--src/core/loader/elf.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/loader/elf.cpp b/src/core/loader/elf.cpp
index 401cad3ab..6420a7f11 100644
--- a/src/core/loader/elf.cpp
+++ b/src/core/loader/elf.cpp
@@ -398,7 +398,6 @@ ResultStatus AppLoader_ELF::Load(Kernel::SharedPtr<Kernel::Process>& process) {
process->LoadModule(codeset, codeset->entrypoint);
process->svc_access_mask.set();
- process->address_mappings = default_address_mappings;
// Attach the default resource limit (APPLICATION) to the process
process->resource_limit =