Add fall through comment.
authorDilyan Palauzov <dilyan.palauzov@aegee.org>
Tue, 3 Jan 2017 16:02:36 +0000 (16:02 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 3 Jan 2017 16:02:36 +0000 (16:02 +0000)
* riscv-dis.c (print_insn_args): Add fall through comment.

opcodes/ChangeLog
opcodes/riscv-dis.c

index bb44bdf067005e8db0c74c2410bbc7828af3c8c3..7de68fd80faf5eeac882e647c353a0ea4d196cb5 100644 (file)
@@ -1,3 +1,7 @@
+2017-01-03  Dilyan Palauzov  <dilyan.palauzov@aegee.org>
+
+       * riscv-dis.c (print_insn_args): Add fall through comment.
+
 2017-01-03  Nick Clifton  <nickc@redhat.com>
 
        * po/sr.po: New Serbian translation.
index 070c96ec74eaae6aafe646095ff89815e233357e..20b685456d40043ca708854a7a8ffcb8366608c0 100644 (file)
@@ -255,6 +255,7 @@ print_insn_args (const char *d, insn_t l, bfd_vma pc, disassemble_info *info)
 
        case 'o':
          maybe_print_address (pd, rs1, EXTRACT_ITYPE_IMM (l));
+         /* Fall through.  */
        case 'j':
          if (((l & MASK_ADDI) == MATCH_ADDI && rs1 != 0)
              || (l & MASK_JALR) == MATCH_JALR)