x86: fix incorrect printk() usage
Change-Id: I346a62f6a4611c7aaaae8b50dab17913faf4033f Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
c97aead1d2
commit
0827d6c775
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ FUNC_NORETURN void _NanoFatalErrorHandler(unsigned int reason,
|
|||
break;
|
||||
}
|
||||
|
||||
printk("Current thread ID = 0x%x\n"
|
||||
printk("Current thread ID = %p\n"
|
||||
"Faulting segment:address = 0x%x:0x%x\n"
|
||||
"eax: 0x%x, ebx: 0x%x, ecx: 0x%x, edx: 0x%x\n"
|
||||
"esi: 0x%x, edi: 0x%x, ebp: 0%x, esp: 0x%x\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue