summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sbefw/sbecmdiplcontrol.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sbefw/sbecmdiplcontrol.C b/src/sbefw/sbecmdiplcontrol.C
index 3e676384..46243c3f 100644
--- a/src/sbefw/sbecmdiplcontrol.C
+++ b/src/sbefw/sbecmdiplcontrol.C
@@ -1096,7 +1096,9 @@ ReturnCode istepNoOpStartMpipl( sbeIstepHwp_t i_hwp)
#define SBE_FUNC "istepNoOpStartMpipl"
SBE_ENTER(SBE_FUNC);
(void)SbeRegAccess::theSbeRegAccess().stateTransition(
- SBE_ENTER_MPIPL_EVENT);
+ SBE_ENTER_MPIPL_EVENT);
+ (void)SbeRegAccess::theSbeRegAccess().setMpIplMode(true);
+
SBE_EXIT(SBE_FUNC);
return FAPI2_RC_SUCCESS;
#undef SBE_FUNC
OpenPOWER on IntegriCloud