From: notaz Date: Wed, 6 Jan 2010 13:18:04 +0000 (+0000) Subject: 32x: drc: block linking X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=libpicofe.git;a=commitdiff_plain;h=8ced22511b8082415a42fd74192602ea8ca661a1 32x: drc: block linking git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@853 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/linux/host_dasm.c b/linux/host_dasm.c index cd2db69..0b97821 100644 --- 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"); }