notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a48438
)
32x: drc: block linking
author
notaz
<notasas@gmail.com>
Wed, 6 Jan 2010 13:18:04 +0000
(13:18 +0000)
committer
notaz
<notasas@gmail.com>
Wed, 6 Jan 2010 13:18:04 +0000
(13:18 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@853
be3aeb3a
-fb24-0410-a615-
afba39da0efa
linux/host_dasm.c
patch
|
blob
|
blame
|
history
diff --git
a/linux/host_dasm.c
b/linux/host_dasm.c
index
cd2db69
..
0b97821
100644
(file)
--- a/
linux/host_dasm.c
+++ b/
linux/host_dasm.c
@@
-188,7
+188,7
@@
void host_dasm(void *addr, int len)
if (name != NULL)
printf("%s:\n", name);
- printf("
%p ", (void *)
(long)vma);
+ printf("
%08lx ",
(long)vma);
vma += print_insn_func(vma, &di);
printf("\n");
}