Re: [Qemu-devel] [PATCH] microblaze: Fix two format specifiers in disassembler

2010-04-10 Thread Thomas Monjalon
Stefan Weil wrote: > inst is unsigned long, so use %04lx instead of %04x. > > Signed-off-by: Stefan Weil I've sent a patch (http://lists.gnu.org/archive/html/qemu-devel/2010-04/msg00637.html) which include this change and fix a bug, as explained by Paolo Bonzini: http://lists.gnu.org/archive/htm

[Qemu-devel] [PATCH] microblaze: Fix two format specifiers in disassembler

2010-04-09 Thread Stefan Weil
inst is unsigned long, so use %04lx instead of %04x. Signed-off-by: Stefan Weil --- microblaze-dis.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/microblaze-dis.c b/microblaze-dis.c index b26572f..9235fd8 100644 --- a/microblaze-dis.c +++ b/microblaze-dis.c @@ -826