mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
Re: opcodes/arc: Implement style support in the disassembler
* arc-dis.c (print_insn_arc): Fix thinko.
This commit is contained in:
@ -1408,7 +1408,7 @@ print_insn_arc (bfd_vma memaddr,
|
||||
"%s", rname);
|
||||
else
|
||||
(*info->fprintf_styled_func) (info->stream, dis_style_immediate,
|
||||
"%" PRIx32, value);
|
||||
"%#x", value);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user