From 4a6e203860f5b8cfeb7de3740b06f9bbaf2d5f1e Mon Sep 17 00:00:00 2001 From: Daniel M Crowell Date: Sun, 4 Aug 2019 14:29:43 -0500 Subject: Revert "Compile Hostboot with -Os" This reverts commit cd1e5c91e4a15ca933c699553ece9b841825ac03. The previous change seems to be causing problems with thread local storage (TLS) access. CQ: SW471547 Change-Id: Ic6f43fbba2a3d5abe94ea73e8e5fd03702b84365 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81652 Reviewed-by: Daniel M Crowell Tested-by: Daniel M Crowell --- src/usr/fapi2/test/fapi2GetChildrenTest.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/fapi2/test') diff --git a/src/usr/fapi2/test/fapi2GetChildrenTest.H b/src/usr/fapi2/test/fapi2GetChildrenTest.H index c0a1e5eab..9eb595dcd 100644 --- a/src/usr/fapi2/test/fapi2GetChildrenTest.H +++ b/src/usr/fapi2/test/fapi2GetChildrenTest.H @@ -706,7 +706,7 @@ void test_fapi2GetChildren() TARGET_STATE_PRESENT).size(); } }, }; - pervasiveChildTestRec* ptr = nullptr; + pervasiveChildTestRec* ptr; int numPervTests = 0; TARGETING::ATTR_MODEL_type l_model = l_proc->getAttr(); if (l_model == TARGETING::MODEL_NIMBUS) -- cgit v1.2.3