From 8ced22511b8082415a42fd74192602ea8ca661a1 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 6 Jan 2010 13:18:04 +0000 Subject: [PATCH] 32x: drc: block linking git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@853 be3aeb3a-fb24-0410-a615-afba39da0efa --- linux/host_dasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.39.2