mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +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);
|
"%s", rname);
|
||||||
else
|
else
|
||||||
(*info->fprintf_styled_func) (info->stream, dis_style_immediate,
|
(*info->fprintf_styled_func) (info->stream, dis_style_immediate,
|
||||||
"%" PRIx32, value);
|
"%#x", value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user