projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a115f3e
)
tcg-sparc: Dump illegal opode contents
author
Richard Henderson
<rth@twiddle.net>
Wed, 10 Oct 2012 16:02:45 +0000
(09:02 -0700)
committer
Blue Swirl
<blauwirbel@gmail.com>
Sat, 13 Oct 2012 10:39:53 +0000
(10:39 +0000)
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
sparc-dis.c
patch
|
blob
|
history
diff --git
a/sparc-dis.c
b/sparc-dis.c
index cdd337a73861eefd2ba4eb9c85491618dded3277..1d017faaa324c100e8fa6a2b72040da946697c7c 100644
(file)
--- a/
sparc-dis.c
+++ b/
sparc-dis.c
@@
-3270,6
+3270,6
@@
print_insn_sparc (bfd_vma memaddr, disassemble_info *info)
}
info->insn_type = dis_noninsn; /* Mark as non-valid instruction. */
- (*info->fprintf_func) (stream,
_("unknown")
);
+ (*info->fprintf_func) (stream,
".long %#08lx", insn
);
return sizeof (buffer);
}