diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/isteps/istep13/hbVddrMsg.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/isteps/istep13/hbVddrMsg.C b/src/usr/isteps/istep13/hbVddrMsg.C index 1a6236807..eb747925d 100644 --- a/src/usr/isteps/istep13/hbVddrMsg.C +++ b/src/usr/isteps/istep13/hbVddrMsg.C @@ -321,7 +321,7 @@ errlHndl_t HBVddrMsg::sendMsg(VDDR_MSG_TYPE i_msgType) const do { RequestContainer l_request; - if (!TARGETING::is_vpo()) + if (TARGETING::is_vpo()) { TRACFCOMP(g_trac_volt, "hbVddrMsg::sendMsg skipped because of VPO environment"); |