diff options
Diffstat (limited to 'view/macho')
| -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) { |
