Fix "fall through" comments
[deliverable/binutils-gdb.git] / gdb / msp430-tdep.c
index 169b7e9505813a5a8c8f592cd3719f9a313c9b4a..b6e062a380fea2bd92b90a70f0e15d01a8493c0f 100644 (file)
@@ -908,8 +908,8 @@ msp430_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
              code_model = ca_tdep->code_model;
              break;
            }
-         /* Otherwise, fall through...  */
        }
+       /* Fall through.  */
       default:
        error (_("Unknown msp430 isa"));
        break;
This page took 0.022966 seconds and 4 git commands to generate.