Fix "fall through" comments
[deliverable/binutils-gdb.git] / gdb / arm-tdep.c
index 463fcaf94ba5b2a8a0323199b6c1e037366b4f41..a188f0afcf60fd0da43f6a6bb6b0978c896f444c 100644 (file)
@@ -6568,6 +6568,7 @@ arm_decode_miscellaneous (struct gdbarch *gdbarch, uint32_t insn,
       else if (op == 0x3)
         /* Not really supported.  */
        return arm_copy_unmodified (gdbarch, insn, "smc", dsc);
+      /* Fall through.  */
 
     default:
       return arm_copy_undef (gdbarch, insn, dsc);
This page took 0.027112 seconds and 4 git commands to generate.