fix backtrace display on qemu

Error message was overide by the backtrace
This commit is contained in:
Mathieu Maret 2018-07-19 11:33:14 +02:00
parent 2e66bb5fbe
commit 71086d9566
1 changed files with 1 additions and 1 deletions

View File

@ -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",