[Skiboot] [PATCH 03/10] hostservices: Change abort to assert

Ananth N Mavinakayanahalli ananth at in.ibm.com
Wed Feb 11 02:15:01 AEDT 2015


... so we get good debug data on TI

Signed-off-by: Ananth N Mavinakayanahalli <ananth at in.ibm.com>
---
 core/hostservices.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/hostservices.c b/core/hostservices.c
index 9cc3341..bcda1ff 100644
--- a/core/hostservices.c
+++ b/core/hostservices.c
@@ -239,7 +239,7 @@ static void hservice_mark(void)
 static void hservice_assert(void)
 {
 	prlog(PR_EMERG, "HBRT: Assertion from hostservices\n");
-	abort();
+	assert(false);
 }
 
 static void *hservice_malloc(size_t size)



More information about the Skiboot mailing list