-Wimplicit-fallthrough warning fixes
[deliverable/binutils-gdb.git] / gas / config / tc-mcore.c
index 468a01b3f35025f6ca6ea52ca2edd9dc9d0ed436..ec03a296d2a64f6ed93a712d8b4aa34e9581dcef 100644 (file)
@@ -979,7 +979,7 @@ md_assemble (char * str)
          as_bad (_("M340 specific opcode used when assembling for M210"));
          break;
        }
-      /* drop through...  */
+      /* Fall through.  */
     case O2:
       op_end = parse_reg (op_end + 1, & reg);
       inst |= reg;
This page took 0.035751 seconds and 4 git commands to generate.