Due to the succeeding break we would fall into some off-by-one errors.
These should be resolved now.
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
break;
}
+ /* We are parsing per bundle anyway. Add before we start
+ * breaking out so we don't miss the final bundle. */
+
+ midg_stats.bundle_count++;
+ midg_stats.quadword_count += num_quad_words;
+
if (prefetch_flag && midgard_word_types[tag] == midgard_word_type_alu)
break;
unsigned next = (words[i] & 0xF0) >> 4;
- /* We are parsing per bundle anyway */
- midg_stats.bundle_count++;
- midg_stats.quadword_count += num_quad_words;
-
/* Break based on instruction prefetch flag */
if (i < num_words && next == 1) {