[v2,07/11] opcodes/riscv-dis.c: Add form feed for separation

Message ID 8f4167371bc52f2c4c7fc6f1a0fc3775e8e8de95.1669610611.git.research_trasio@irq.a4lg.com
State Accepted
Headers
Series RISC-V: Requirements for disassembler optimizations batch 1 |

Checks

Context Check Description
snail/binutils-gdb-check success Github commit url

Commit Message

Tsukasa OI Nov. 28, 2022, 4:43 a.m. UTC
  From: Tsukasa OI <research_trasio@irq.a4lg.com>

This is a general tidying commit.

opcodes/ChangeLog:

	* riscv-dis.c: Add lines with form feed to separate functional
	sections.
---
 opcodes/riscv-dis.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Patch

diff --git a/opcodes/riscv-dis.c b/opcodes/riscv-dis.c
index 4c193624039e..f5dc1907c6ec 100644
--- a/opcodes/riscv-dis.c
+++ b/opcodes/riscv-dis.c
@@ -72,7 +72,7 @@  static const char * const *riscv_fpr_names;
 
 /* If set, disassemble as most general instruction.  */
 static bool no_aliases = false;
-
+
 
 /* Set default RISC-V disassembler options.  */
 
@@ -174,6 +174,7 @@  parse_riscv_dis_options (const char *opts_in)
 
   free (opts);
 }
+
 
 /* Print one argument from an array.  */