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=0b9782115aff23feeedf5ee02c8567a510a5ac88;hpb=44e6452e0247e4a926eba8a233080aec5dd7b29b;p=picodrive.git diff --git a/platform/linux/host_dasm.c b/platform/linux/host_dasm.c index 0b97821..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(" %08lx ", (long)vma); + printf(" %08lx ", (long)vma); vma += print_insn_func(vma, &di); printf("\n"); }