summaryrefslogtreecommitdiffstats
path: root/src/build/debug/memalloc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/debug/memalloc.pl')
-rwxr-xr-xsrc/build/debug/memalloc.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/build/debug/memalloc.pl b/src/build/debug/memalloc.pl
index 99efbd80c..49905ccdd 100755
--- a/src/build/debug/memalloc.pl
+++ b/src/build/debug/memalloc.pl
@@ -6,7 +6,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2012,2014
+# Contributors Listed Below - COPYRIGHT 2012,2015
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -89,7 +91,7 @@ close MEMORY_LOG;
my %symbol_address = ();
my %symbol_isfunc = ();
-my $gensyms = $ENV{"HOSTBOOTROOT"}."/img/hbicore_test.syms";
+my $gensyms = $ENV{"PROJECT_ROOT"}."/img/hbicore_test.syms";
open (GENSYMS, "< $gensyms") or die "Cannot find syms file: $gensyms\n";
while (my $line = <GENSYMS>)
{
OpenPOWER on IntegriCloud