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
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