X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=linux%2Fhost_dasm.c;h=0b9782115aff23feeedf5ee02c8567a510a5ac88;hb=8ced22511b8082415a42fd74192602ea8ca661a1;hp=cd2db694cca386b6a9df57740f3bd0cc8193010c;hpb=8a4843859f03421855b7393a4f7dd5d1197561cb;p=libpicofe.git 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"); }