X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Flinux%2Fhost_dasm.c;h=3cc9c7b7dca37de4033c5c697ddfe6290c9577e0;hb=80599a42dbc06f3e86a09dae9dc98dccbb84b48c;hp=91ea4da8e778bec816d2cfc1a28e5a4056590db9;hpb=c18edb34e6708b399c6bfee8dac7b21a62988643;p=picodrive.git diff --git a/platform/linux/host_dasm.c b/platform/linux/host_dasm.c index 91ea4da..3cc9c7b 100644 --- a/platform/linux/host_dasm.c +++ b/platform/linux/host_dasm.c @@ -170,7 +170,7 @@ void host_dasm(void *addr, int len) vma_end = vma + len; while (vma < vma_end) { - printf(" %p ", (void *)(long)vma); + printf(" %p ", (void *)(long)vma); vma += print_insn_func(vma, &di); printf("\n"); }