diff options
Diffstat (limited to 'src/intel/common/gen_decoder.h')
-rw-r--r-- | src/intel/common/gen_decoder.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/common/gen_decoder.h b/src/intel/common/gen_decoder.h index 7ae80cd23ed..f28ac7d27af 100644 --- a/src/intel/common/gen_decoder.h +++ b/src/intel/common/gen_decoder.h @@ -73,7 +73,8 @@ struct gen_field_iterator { const uint32_t *p; int p_bit; /**< bit offset into p */ const uint32_t *p_end; - int bit; /**< current field starts at this bit offset into p */ + int start_bit; /**< current field starts at this bit offset into p */ + int end_bit; /**< current field ends at this bit offset into p */ int group_iter; |