summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/attrsync.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/attrsync.C')
-rw-r--r--src/usr/targeting/attrsync.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/targeting/attrsync.C b/src/usr/targeting/attrsync.C
index 6b39cbe32..9a443e917 100644
--- a/src/usr/targeting/attrsync.C
+++ b/src/usr/targeting/attrsync.C
@@ -678,7 +678,7 @@ namespace TARGETING
for(TargetHandleList::const_iterator mca = l_mcaList.begin();
mca != l_mcaList.end(); ++mca)
{
- uint8_t effDimmSize[][2] = {{0x4,0x0},{0x4,0x0}};
+ uint32_t effDimmSize[][2] = {{0x4,0x0},{0x4,0x0}};
(*mca)->setAttr<ATTR_EFF_DIMM_SIZE>(effDimmSize);
}
OpenPOWER on IntegriCloud