diff options
Diffstat (limited to 'view/pe/peview.cpp')
| -rw-r--r-- | view/pe/peview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/pe/peview.cpp b/view/pe/peview.cpp index 8e172e92..8c2f3020 100644 --- a/view/pe/peview.cpp +++ b/view/pe/peview.cpp @@ -590,7 +590,7 @@ bool PEView::Init() platform = m_arch->GetStandalonePlatform(); m_imageBase = m_peImageBase = opt.imageBase; - SetOriginalBase(m_peImageBase); + SetOriginalImageBase(m_peImageBase); m_entryPoint = opt.addressOfEntry; Ref<Settings> viewSettings = Settings::Instance(); |
