r600: Annotate some case fallthroughs
[mesa.git] / src / gallium / drivers / r600 / eg_debug.c
index 56195df296479287afdcd7563dbcaced7a153bd5..996e1ab8eaf234b2af155c52db7fb8356aff2796 100644 (file)
@@ -256,7 +256,7 @@ static uint32_t *ac_parse_packet3(FILE *f, uint32_t *ib, int *num_dw,
                                        COLOR_RESET "\n");
                        break;
                }
-               /* fall through, print all dwords */
+               /* fallthrough *//* print all dwords */
        default:
                for (i = 0; i < count+1; i++) {
                        print_spaces(f, INDENT_PKT);