Skip to content

Commit

Permalink
Trace out fapirc in istep failure case
Browse files Browse the repository at this point in the history
Change-Id: Ic65ca16dbdf65b4aba71c012df559880d9cae29f
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42449
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
sgupta2m committed Jun 26, 2017
1 parent 0df81aa commit 45a02a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sbefw/sbecmdiplcontrol.C
Expand Up @@ -523,6 +523,7 @@ ReturnCode sbeExecuteIstep (const uint8_t i_major, const uint8_t i_minor)

if(rc != FAPI2_RC_SUCCESS)
{
SBE_ERROR( SBE_FUNC" FAPI RC:0x%08X", rc);
(void)SbeRegAccess::theSbeRegAccess().stateTransition(
SBE_DUMP_FAILURE_EVENT);
}
Expand Down

0 comments on commit 45a02a9

Please sign in to comment.