summaryrefslogtreecommitdiffstats
path: root/src/build/debug/Hostboot/PageMgr.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/debug/Hostboot/PageMgr.pm')
-rwxr-xr-xsrc/build/debug/Hostboot/PageMgr.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/build/debug/Hostboot/PageMgr.pm b/src/build/debug/Hostboot/PageMgr.pm
index d0d73f3d8..faa70253e 100755
--- a/src/build/debug/Hostboot/PageMgr.pm
+++ b/src/build/debug/Hostboot/PageMgr.pm
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2012,2016
+# Contributors Listed Below - COPYRIGHT 2012,2018
# [+] International Business Machines Corp.
#
#
@@ -54,7 +54,8 @@ sub main
}
# Find the PageManager
- my ($symAddr, $symSize) = ::findSymbolAddress(PAGEMGR_INSTANCE_NAME);
+ my ($symAddr, $symSize) = ::findPointer("PAGEMGR ",
+ PAGEMGR_INSTANCE_NAME);
if (not defined $symAddr)
{
::userDisplay "Couldn't find ".PAGEMGR_INSTANCE_NAME;
OpenPOWER on IntegriCloud