-Wimplicit-fallthrough warning fixes
[deliverable/binutils-gdb.git] / opcodes / arc-dis.c
index e4df678dfa532f403ea686a4f0361c75610d1113..c4e118e34051b650a22a784b4b661328d190b470 100644 (file)
@@ -703,6 +703,7 @@ arc_insn_length (bfd_byte msb, bfd_byte lsb, struct disassemble_info *info)
           if (minor_opcode < 4)
             return 2;
         }
+      /* Fall through.  */
     case bfd_mach_arc_arc600:
       return (major_opcode > 0xb) ? 2 : 4;
       break;
This page took 0.022777 seconds and 4 git commands to generate.