Browse Source

Re: opcodes/arc: Implement style support in the disassembler

* arc-dis.c (print_insn_arc): Fix thinko.
users/aburgess/try-mips-disasm-styling
Alan Modra 4 years ago
parent
commit
1bc99604e8
  1. 2
      opcodes/arc-dis.c

2
opcodes/arc-dis.c

@ -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);
}
}

Loading…
Cancel
Save