From 1a6e1522bd44e1025ff041d5911d67b9c4c5c2ba Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 28 Jun 2018 01:40:53 +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 08b56bb..3e5d204 100644 --- a/sos/thread.c +++ b/sos/thread.c @@ -685,7 +685,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",