[Qemu-devel] [PATCH] microblaze: fix build on Ubuntu Hardy

2010-04-09 Thread Thomas Monjalon
From: Thomas Monjalon tho...@monjalon.net Using GCC-4.2.4-1ubuntu4, there were 3 warnings: microblaze-dis.c:829: warning: format '%04x' expects type 'unsigned int', but argument 4 has type 'long unsigned int' microblaze-dis.c:962: warning: format '%04x' expects type 'unsigned

[Qemu-devel] [PATCH] microblaze: fix build on Ubuntu Hardy

2010-04-08 Thread Thomas Monjalon
From: Thomas Monjalon tho...@monjalon.net Using GCC-4.2.4-1ubuntu4, there were 3 warnings. Signed-off-by: Thomas Monjalon tho...@monjalon.net --- microblaze-dis.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/microblaze-dis.c b/microblaze-dis.c index