summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C
diff options
context:
space:
mode:
authorvanlee <vanlee@us.ibm.com>2013-05-20 11:23:20 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-06-03 11:09:17 -0500
commit6a088d797ad9bec90aaf534847fcf05abe26673d (patch)
tree17ba179835e445478522ad96b41b02ab217bcb70 /src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C
parent2a412fd6822c13468ac715f20f539153dcba8bfc (diff)
downloadtalos-hostboot-6a088d797ad9bec90aaf534847fcf05abe26673d.tar.gz
talos-hostboot-6a088d797ad9bec90aaf534847fcf05abe26673d.zip
Fixing BEAM errors
pbusLinkSvc.C nest_chiplets.C TodProc.C TodSvcUtil.C Change-Id: I680468745b316fa87fbc31615aab034ae3eb9d0a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4598 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C')
-rw-r--r--src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C b/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C
index 91824b288..5f0f338b9 100644
--- a/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C
+++ b/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C
@@ -310,7 +310,7 @@ errlHndl_t customizeChipRegions(TARGETING::Target* i_procTarget)
//prepare the vector to be populated to ATTR_CHIP_REGIONS_TO_ENABLE
TARGETING::ATTR_CHIP_REGIONS_TO_ENABLE_type l_chipRegionData;
- memset(l_chipRegionData,sizeof(ATTR_CHIP_REGIONS_TO_ENABLE_type),0);
+ memset(&l_chipRegionData,0,sizeof(ATTR_CHIP_REGIONS_TO_ENABLE_type));
//Skip the header
uint16_t *l_partialGoodUint16=reinterpret_cast<uint16_t*>(
OpenPOWER on IntegriCloud