mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:27:45 +00:00
Kernel: Display virtual addresses as V%p instead of L%x
The L was a leftover from when these were called linear addresses.
This commit is contained in:
parent
3439a479af
commit
e29fd3cd20
8 changed files with 19 additions and 19 deletions
|
@ -245,7 +245,7 @@ void exception_14_handler(RegisterDumpWithExceptionCode& regs)
|
|||
: "=a"(fault_page_directory));
|
||||
|
||||
#ifdef PAGE_FAULT_DEBUG
|
||||
dbgprintf("%s(%u): ring%u %s page fault in PD=%x, %s L%x\n",
|
||||
dbgprintf("%s(%u): ring%u %s page fault in PD=%x, %s V%08x\n",
|
||||
current->process().name().characters(),
|
||||
current->pid(),
|
||||
regs.cs & 3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue