git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3ca5c9
)
Kernel - Fixed not using %p for a pointer
author
John Hodge
<
[email protected]
>
Sat, 12 Nov 2011 08:52:31 +0000
(16:52 +0800)
committer
John Hodge
<
[email protected]
>
Sat, 12 Nov 2011 08:52:31 +0000
(16:52 +0800)
Kernel/binary.c
patch
|
blob
|
history
diff --git
a/Kernel/binary.c
b/Kernel/binary.c
index
8c28d72
..
c676e55
100644
(file)
--- a/
Kernel/binary.c
+++ b/
Kernel/binary.c
@@
-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