Index: libcfa/src/interpose.cfa
===================================================================
--- libcfa/src/interpose.cfa	(revision 3b9c674d6b564a0b4f7d960bcd9069290dca19fa)
+++ libcfa/src/interpose.cfa	(revision 13d2dacf5c90156542e275ae9391bbaba5f9e387)
@@ -10,6 +10,6 @@
 // Created On       : Wed Mar 29 16:10:31 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Feb  8 08:40:34 2020
-// Update Count     : 163
+// Last Modified On : Mon Feb 17 10:18:53 2020
+// Update Count     : 166
 //
 
@@ -237,8 +237,8 @@
 	if ( fmt[strlen( fmt ) - 1] != '\n' ) {				// add optional newline if missing at the end of the format text
 		__cfaabi_dbg_write( "\n", 1 );
-	}
-
+	} // if
 	kernel_abort_msg( kernel_data, abort_text, abort_text_size );
-	__cfaabi_backtrace( signalAbort ? 4 : 3 );
+
+	__cfaabi_backtrace( signalAbort ? 4 : 2 );
 
 	__cabi_libc.abort();								// print stack trace in handler
