summaryrefslogtreecommitdiffstats
path: root/src/build/debug/Hostboot/Errl.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/debug/Hostboot/Errl.pm')
-rwxr-xr-xsrc/build/debug/Hostboot/Errl.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/build/debug/Hostboot/Errl.pm b/src/build/debug/Hostboot/Errl.pm
index e3484555c..8b248a786 100755
--- a/src/build/debug/Hostboot/Errl.pm
+++ b/src/build/debug/Hostboot/Errl.pm
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2011,2015
+# Contributors Listed Below - COPYRIGHT 2011,2018
# [+] International Business Machines Corp.
#
#
@@ -84,7 +84,8 @@ sub main
}
}
- my ($symAddr, $symSize) = ::findSymbolAddress("ERRORLOG::g_ErrlStorage");
+ my ($symAddr, $symSize) = ::findPointer("ERRORLOG",
+ "ERRORLOG::g_ErrlStorage");
if (not defined $symAddr)
{
::userDisplay "Couldn't find symbol ERRORLOG::g_ErrlStorage\n";
OpenPOWER on IntegriCloud