mirror of https://github.com/xqemu/xqemu.git
tcg-sparc: Dump illegal opode contents
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
a115f3ea47
commit
345ce423dd
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue