-Wimplicit-fallthrough warning fixes
[deliverable/binutils-gdb.git] / opcodes / tic6x-dis.c
index ec1dcc16465ed302dbcff98c5e34d366d944433e..f6426566f5826daea04b20dd593199f6c842301c 100644 (file)
@@ -1075,6 +1075,7 @@ print_insn_tic6x (bfd_vma addr, struct disassemble_info *info)
                case tic6x_coding_mem_offset_minus_one_noscale:
                case tic6x_coding_mem_offset_minus_one:
                  fld_val += 1;
+                 /* Fall through.  */
                case tic6x_coding_mem_offset_noscale:
                case tic6x_coding_mem_offset:
                  mem_offset = fld_val;
This page took 0.024011 seconds and 4 git commands to generate.