X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=linux%2Fhost_dasm.c;h=a63a9acc41e16b1d5e4c07f23faf112e90bdc276;hb=f342bededbe5d51afd1632e689f5105e50d4f63e;hp=0b9782115aff23feeedf5ee02c8567a510a5ac88;hpb=8ced22511b8082415a42fd74192602ea8ca661a1;p=libpicofe.git diff --git a/linux/host_dasm.c b/linux/host_dasm.c index 0b97821..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(" %08lx ", (long)vma); + printf(" %08lx ", (long)vma); vma += print_insn_func(vma, &di); printf("\n"); }