diff options
Diffstat (limited to 'src/intel/common/gen_decoder.h')
-rw-r--r-- | src/intel/common/gen_decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/common/gen_decoder.h b/src/intel/common/gen_decoder.h index 1c41de80a4a..ab01d6dd8b5 100644 --- a/src/intel/common/gen_decoder.h +++ b/src/intel/common/gen_decoder.h @@ -58,6 +58,7 @@ struct gen_field_iterator { const uint32_t *p; int dword; /**< current field starts at &p[dword] */ int i; + struct gen_field *field; bool print_colors; }; |