mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00: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:
committed by
Blue Swirl
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user