mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
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.
This commit is contained in:
@ -715,7 +715,7 @@ riscv_disassemble_insn (bfd_vma memaddr, insn_t word, disassemble_info *info)
|
||||
}
|
||||
|
||||
/* If arch has the Zfinx extension, replace FPR with GPR. */
|
||||
if(riscv_subset_supports (&riscv_rps_dis, "zfinx"))
|
||||
if (riscv_subset_supports (&riscv_rps_dis, "zfinx"))
|
||||
riscv_fpr_names = riscv_gpr_names;
|
||||
|
||||
for (; op->name; op++)
|
||||
|
Reference in New Issue
Block a user