-Wimplicit-fallthrough warning fixes
[deliverable/binutils-gdb.git] / gas / config / tc-h8300.c
index 048d31ea3c3e25d0f886c74b1c5c4acb3083c0aa..28566a54c6509687afb833e0fd6f5d7e375aacd5 100644 (file)
@@ -1432,6 +1432,7 @@ do_a_fix_imm (int offset, int nibble, struct h8_op *operand, int relaxmode, cons
          break;
        default:
          as_bad (_("Can't work out size of operand.\n"));
+         /* Fall through.  */
        case L_16:
        case L_16U:
          size = 2;
This page took 0.024296 seconds and 4 git commands to generate.