intel/aubinator_error_decode: Stop decoding after MI_BATCH_BUFFER_END
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
@@ -243,6 +243,9 @@ static void decode(struct gen_spec *spec,
|
||||
|
||||
gen_print_group(stdout, inst, offset, p,
|
||||
option_color == COLOR_ALWAYS);
|
||||
|
||||
if (strcmp(inst->name, "MI_BATCH_BUFFER_END") == 0)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user