mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue