summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/hwpf/fapi/fapiParseErrorInfo.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/hwpf/fapi/fapiParseErrorInfo.pl b/src/usr/hwpf/fapi/fapiParseErrorInfo.pl
index fc64a61a4..f148a33f2 100755
--- a/src/usr/hwpf/fapi/fapiParseErrorInfo.pl
+++ b/src/usr/hwpf/fapi/fapiParseErrorInfo.pl
@@ -50,6 +50,7 @@
# mjjones 10/23/12 Minor fix for Cronus compile failure
# mjjones 11/09/12 Generate fapiSetSbeError.H
# mjjones 01/09/13 Fix CFAM register capture
+# mjjones 03/14/13 Allow 64bit literals for SCOM reg capture
#
# End Change Log ******************************************************
@@ -610,7 +611,7 @@ foreach my $argnum (1 .. $#ARGV)
# Extract the address
if ($scomRegister =~ m/(0x[\dA-Fa-f]+)/)
{
- print CRFILE " l_scomAddresses.push_back($1);\n";
+ print CRFILE " l_scomAddresses.push_back($1ULL);\n";
print CRFILE " l_ffdcSize += sizeof(l_scomData);\n";
}
else
OpenPOWER on IntegriCloud