summaryrefslogtreecommitdiffstats
path: root/src/build/debug/Hostboot/_DebugFrameworkVMM.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/debug/Hostboot/_DebugFrameworkVMM.pm')
-rwxr-xr-xsrc/build/debug/Hostboot/_DebugFrameworkVMM.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build/debug/Hostboot/_DebugFrameworkVMM.pm b/src/build/debug/Hostboot/_DebugFrameworkVMM.pm
index e51e195a3..128df4ec7 100755
--- a/src/build/debug/Hostboot/_DebugFrameworkVMM.pm
+++ b/src/build/debug/Hostboot/_DebugFrameworkVMM.pm
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2012,2015
+# Contributors Listed Below - COPYRIGHT 2012,2018
# [+] International Business Machines Corp.
#
#
@@ -400,8 +400,8 @@ sub getPhysicalAddr
#}
# Get the device segment address
- my @segment_manager_addr =
- ::findSymbolAddress("Singleton<SegmentManager>::instance()::instance");
+ my @segment_manager_addr = ::findPointer("SGMNTMGR",
+ "Singleton<SegmentManager>::instance()::instance");
if (not defined @segment_manager_addr)
OpenPOWER on IntegriCloud