diff options
Diffstat (limited to 'src/intel/common/gen_decoder.h')
-rw-r--r-- | src/intel/common/gen_decoder.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/intel/common/gen_decoder.h b/src/intel/common/gen_decoder.h index bf7cb424fc6..a45e0a250d1 100644 --- a/src/intel/common/gen_decoder.h +++ b/src/intel/common/gen_decoder.h @@ -70,9 +70,7 @@ struct gen_field_iterator { struct gen_group *struct_desc; const uint32_t *p; const uint32_t *p_end; - int dword; /**< current field starts at &p[dword] */ - int start; /**< current field starts at this bit number */ - int end; /**< current field ends at this bit number */ + int bit; /**< current field starts at this bit offset into p */ int group_iter; |