Kernel - Fixed not using %p for a pointer
[tpg/acess2.git] / 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