Both looks good, thanks for helping this, Andrew :-) Please commit if you think it's time. Thanks Nelson On Wed, Jun 5, 2024 at 8:22 PM Andrew Burgess wrote: > A recent(ish) commit added some non-styled output to the RISC-V > disassembler. > > In the first patch I convert the non-styled output to be styled. > > In the second patch I attempt to add a mechanism that will prevent > such code being introduced in the future. > > Thanks, > Andrew > > --- > > Andrew Burgess (2): > opcodes/riscv: add styling support to print_reg_list > opcodes/riscv: prevent future use of disassemble_info::fprintf_func > > opcodes/riscv-dis.c | 56 +++++++++++++++++++++++++++++++++------------ > 1 file changed, 42 insertions(+), 14 deletions(-) > > > base-commit: f95540d91f4c3df373c0f9e212030154658d7f6f > -- > 2.25.4 > >