commit | f3a8023579897b27442654d7819bcc00726c352f | [log] [tgz] |
---|---|---|
author | Tsukasa OI <research_trasio@irq.a4lg.com> | Tue Aug 02 17:51:44 2022 +0900 |
committer | Tsukasa OI <research_trasio@irq.a4lg.com> | Thu Oct 06 02:23:31 2022 +0000 |
tree | c363757d5b79be574281fcf0ec0b812badd6987c | |
parent | e0b004c5d54dc609f6f4839a6d949775e5bafc71 [diff] |
RISC-V: Print comma and tabs as the "text" style On the RISC-V disassembler, some separators have non-text style when printed with another word with another style. This commit splits those, making sure that those comma and tabs are printed with the "text" style. opcodes/ChangeLog: * riscv-dis.c (print_insn_args): Split and print the comma as text. (riscv_disassemble_insn): Split and print tabs as text. (riscv_disassemble_data): Likewise.