Kernel - Fixed not using %p for a pointer
authorJohn Hodge <[email protected]>
Sat, 12 Nov 2011 08:52:31 +0000 (16:52 +0800)
committerJohn Hodge <[email protected]>
Sat, 12 Nov 2011 08:52:31 +0000 (16:52 +0800)
Kernel/binary.c

index 8c28d72..c676e55 100644 (file)
@@ -377,7 +377,7 @@ tVAddr Binary_MapIn(tBinary *Binary, const char *Path, tVAddr LoadMin, tVAddr Lo
                }
        }
        
-       Log_Debug("Binary", "PID %i - Mapped '%s' to 0x%x", Threads_GetPID(), Path, base);
+       Log_Debug("Binary", "PID %i - Mapped '%s' to %p", Threads_GetPID(), Path, base);
        VFS_Close(fd);
        
        LEAVE('p', base);

UCC git Repository :: git.ucc.asn.au