summaryrefslogtreecommitdiff
path: root/view/elf/elfview.cpp
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2024-07-18 23:06:19 -0400
committerBrian Potchik <brian@vector35.com>2024-07-18 23:06:19 -0400
commit5fc08034ea071119c5407898c81d0aa012512430 (patch)
tree8aa1b5e8351cb5df68f794a82f0205f213d25869 /view/elf/elfview.cpp
parent4360736956684054546340387193161131118796 (diff)
MemoryMap update with new segment model.
Diffstat (limited to 'view/elf/elfview.cpp')
-rw-r--r--view/elf/elfview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/elf/elfview.cpp b/view/elf/elfview.cpp
index bcfcad7e..32d924f4 100644
--- a/view/elf/elfview.cpp
+++ b/view/elf/elfview.cpp
@@ -463,7 +463,7 @@ bool ElfView::Init()
initialImageBase = i.virtualAddress;
}
- SetOriginalBase(initialImageBase);
+ SetOriginalImageBase(initialImageBase);
uint64_t preferredImageBase = initialImageBase;
Ref<Settings> viewSettings = Settings::Instance();
m_extractMangledTypes = viewSettings->Get<bool>("analysis.extractTypesFromMangledNames", this);