Add fall through comment.

* riscv-dis.c (print_insn_args): Add fall through comment.
This commit is contained in:
Dilyan Palauzov 2017-01-03 16:02:36 +00:00 committed by Nick Clifton
parent f90c58d593
commit b52d3cfcfb
2 changed files with 5 additions and 0 deletions

View 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.

View 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)