X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Fhost_dasm.c;h=a63a9acc41e16b1d5e4c07f23faf112e90bdc276;hb=5686d93123821e06ac2d9f6209c37438303dd4c1;hp=cd2db694cca386b6a9df57740f3bd0cc8193010c;hpb=efd100fc0a1426202abd2dd2cb1e3ed18bf4440d;p=picodrive.git diff --git a/platform/linux/host_dasm.c b/platform/linux/host_dasm.c index cd2db69..a63a9ac 100644 --- a/platform/linux/host_dasm.c +++ b/platform/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"); }