Skip to content
Snippets Groups Projects
Commit 7e9bbefb authored by John Hodge's avatar John Hodge
Browse files

Kernel/x86 - (minor) Fix spaces in log output on ZERO page

parent 93d0cdaa
Branches
No related merge requests found
......@@ -311,7 +311,7 @@ void MM_DumpTables_Print(tVAddr Start, Uint32 Orig, size_t Size, void *Node)
{
if( (Orig & ~(PAGE_SIZE-1)) == giMM_ZeroPage )
{
Log( "0x%08x => ZERO + 0x%08x (%s%s%s%s%s) %p",
Log(" 0x%08x => ZERO + 0x%08x (%s%s%s%s%s) %p",
Start,
Size,
(Orig & PF_NOPAGE ? "P" : "-"),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment