diff options
| author | Brian Potchik <brian@vector35.com> | 2024-07-18 23:06:19 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-07-18 23:06:19 -0400 |
| commit | 5fc08034ea071119c5407898c81d0aa012512430 (patch) | |
| tree | 8aa1b5e8351cb5df68f794a82f0205f213d25869 /view/macho/machoview.cpp | |
| parent | 4360736956684054546340387193161131118796 (diff) | |
MemoryMap update with new segment model.
Diffstat (limited to 'view/macho/machoview.cpp')
| -rw-r--r-- | view/macho/machoview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/macho/machoview.cpp b/view/macho/machoview.cpp index e26cf2df..40745e0e 100644 --- a/view/macho/machoview.cpp +++ b/view/macho/machoview.cpp @@ -1098,7 +1098,7 @@ bool MachoView::Init() } } - SetOriginalBase(initialImageBase); + SetOriginalImageBase(initialImageBase); uint64_t preferredImageBase = initialImageBase; if (settings) { |
