summaryrefslogtreecommitdiffstats
path: root/import/hwpf
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2016-05-19 16:20:08 -0500
committerPrachi Gupta <pragupta@us.ibm.com>2016-06-08 11:45:50 -0500
commit1627cdfd0eb31b7d77c90a24cd7d4d0496242f11 (patch)
treed63f1023f6bb8a10458e60872e69e637f36235a2 /import/hwpf
parent71ef678d2356021781d924bc76d0ca33cf135241 (diff)
downloadtalos-sbe-1627cdfd0eb31b7d77c90a24cd7d4d0496242f11.tar.gz
talos-sbe-1627cdfd0eb31b7d77c90a24cd7d4d0496242f11.zip
Update ekb version of plat_error_scope.H to match new hostboot version
-fixed FAPI_ASSERT_NOEXIT macro so that it commits error by default Change-Id: I036bd84d8a7f60282ead67a4f160e0898c42d055 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24834 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24837 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/hwpf')
-rw-r--r--import/hwpf/fapi2/include/plat/plat_error_scope.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/import/hwpf/fapi2/include/plat/plat_error_scope.H b/import/hwpf/fapi2/include/plat/plat_error_scope.H
index 59c47e87..7dec758b 100644
--- a/import/hwpf/fapi2/include/plat/plat_error_scope.H
+++ b/import/hwpf/fapi2/include/plat/plat_error_scope.H
@@ -72,9 +72,9 @@
///
#define PLAT_FAPI_ASSERT_NOEXIT( __conditional__, __ffdc__, ... ) \
if (! (__conditional__)) \
- { \
- __ffdc__.execute( \
- fapi2::FAPI2_ERRL_SEV_UNDEFINED, false); \
+ { \
+ __ffdc__.execute( \
+ fapi2::FAPI2_ERRL_SEV_UNDEFINED, true); \
FAPI_ERR(__VA_ARGS__); \
}
/// @endcond
OpenPOWER on IntegriCloud