commit | 1469f944d1d3f6c0f94c15716fdb74f9240a5136 | [log] [tgz] |
---|---|---|
author | Tsukasa OI <research_trasio@irq.a4lg.com> | Sat Aug 27 13:07:34 2022 +0000 |
committer | Tsukasa OI <research_trasio@irq.a4lg.com> | Fri Oct 14 05:21:41 2022 +0000 |
tree | 524d181c952a15b5341fd094ef6176c9e2eb6553 | |
parent | 2b8fd83908ea61d9fb2215de5eb585870658fa89 [diff] |
opcodes/riscv-dis.c: Tidying with spacing Before changing the core disassembler, we take care of minor code clarity issues and improve readability. This commit takes care of improper spacing for code clarity. opcodes/ChangeLog: * riscv-dis.c (riscv_disassemble_insn): Tidying with spacing.