From d2185ac429b9b0aeccc2461d694b44e547d0314f Mon Sep 17 00:00:00 2001 From: Louis Stermole Date: Thu, 22 Sep 2016 14:50:15 -0500 Subject: Add macros for MSS_LAB_ASSERT and MSS_LAB_ASSERT_NOEXIT Change MSS_ASSERT_NOEXIT to set FAPI2_RC_FALSE error code Add lab tool "unloading ecmd libraries" message on termination Fix bug in ecmd_facade to properly call ecmdUnloadDll in destructor Change-Id: Id681b190524501ad29e8da8f9cf740bcb83f88f9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30123 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Brian R. Silver Reviewed-by: JACOB L. HARVEY Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30271 Reviewed-by: Hostboot Team Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/memory/lib/utils/assert_noexit.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/import/chips/p9') diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/utils/assert_noexit.H b/src/import/chips/p9/procedures/hwp/memory/lib/utils/assert_noexit.H index 0bcfae140..04d4e4054 100644 --- a/src/import/chips/p9/procedures/hwp/memory/lib/utils/assert_noexit.H +++ b/src/import/chips/p9/procedures/hwp/memory/lib/utils/assert_noexit.H @@ -55,7 +55,7 @@ { \ __ffdc__.execute(fapi2::FAPI2_ERRL_SEV_UNDEFINED, true); \ FAPI_ERR(__VA_ARGS__); \ - fapi2::current_err = fapi2::FAPI2_RC_INVALID_PARAMETER; \ + fapi2::current_err = fapi2::FAPI2_RC_FALSE; \ } #endif -- cgit v1.2.1