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