summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/runtime')
-rw-r--r--src/usr/runtime/populate_hbruntime.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/runtime/populate_hbruntime.C b/src/usr/runtime/populate_hbruntime.C
index e3ec74b09..a6f946375 100644
--- a/src/usr/runtime/populate_hbruntime.C
+++ b/src/usr/runtime/populate_hbruntime.C
@@ -292,8 +292,9 @@ errlHndl_t getNextRhbAddrRange(hdatMsVpdRhbAddrRange_t* & o_rngPtr)
o_rngPtr =
reinterpret_cast<hdatMsVpdRhbAddrRange_t *>(l_rsvMemDataAddr);
+ l_nextSection++;
l_sys->setAttr
- <TARGETING::ATTR_HB_RSV_MEM_NEXT_SECTION>(l_nextSection++);
+ <TARGETING::ATTR_HB_RSV_MEM_NEXT_SECTION>(l_nextSection);
} while(0);
OpenPOWER on IntegriCloud