From 71086d95667a08f65503a12bee5e68166540affb Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 19 Jul 2018 11:33:14 +0200 Subject: [PATCH] fix backtrace display on qemu Error message was overide by the backtrace --- sos/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/thread.c b/sos/thread.c index 76c8a45..1980e79 100644 --- a/sos/thread.c +++ b/sos/thread.c @@ -749,7 +749,7 @@ void sos_thread_dump_backtrace(sos_bool_t on_console, (unsigned)*arg3); if (on_console) - sos_x86_videomem_printf(23-depth, 3, + sos_x86_videomem_printf(22-depth, 3, SOS_X86_VIDEO_BG_BLUE | SOS_X86_VIDEO_FG_LTGREEN, "[%d] PC=0x%x arg1=0x%x arg2=0x%x arg3=0x%x arg4=0x%x",