From 24d964b78e0248d73c5e66958cd7992404a49533 Mon Sep 17 00:00:00 2001 From: Nick Bofferding Date: Tue, 23 Jan 2018 08:59:48 -0600 Subject: Fix syntax error in Dump.pm - Added comma to end of line in order to fix syntax error Change-Id: I87c8303650daae0a9d360d509354d4db569e4469 Backport: release-fips910 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52436 Reviewed-by: Michael Baiocchi Reviewed-by: William G. Hoffa Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins --- src/build/debug/Hostboot/Dump.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build/debug') diff --git a/src/build/debug/Hostboot/Dump.pm b/src/build/debug/Hostboot/Dump.pm index bc3dca7b8..494d308ba 100755 --- a/src/build/debug/Hostboot/Dump.pm +++ b/src/build/debug/Hostboot/Dump.pm @@ -75,7 +75,7 @@ our %memory_maps = ( MEMSTATE_MS_48MEG() => # Add next 38MB after we expand to memory. [ 10 * _MB, 38 * _MB - ] + ], MEMSTATE_MS_64MEG() => # Add next 54MB after we expand to memory. [ 10 * _MB, 54 * _MB -- cgit v1.2.1