mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
sh4 disasm fixes
Add the sh4 target to the monitor disassembly function, and remove a duplicate "0x" printout from the sh4 dis- assembly code. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
b785e4768b
commit
b4e1f07747
2 changed files with 4 additions and 1 deletions
|
@ -2065,7 +2065,7 @@ print_insn_sh (bfd_vma memaddr, struct disassemble_info *info)
|
|||
}
|
||||
if ((*info->symbol_at_address_func) (val, info))
|
||||
{
|
||||
fprintf_fn (stream, "\t! 0x");
|
||||
fprintf_fn (stream, "\t! ");
|
||||
(*info->print_address_func) (val, info);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue