intel: decoder: extract instruction/structs length

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Scott D Phillips <scott.d.phillips@intel.com>
This commit is contained in:
Lionel Landwerlin
2017-09-26 00:54:49 +01:00
parent 279531672e
commit 38f338c19a
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -87,6 +87,7 @@ struct gen_group {
struct gen_field *fields; /* linked list of fields */
uint32_t dw_length;
uint32_t group_offset, group_count;
uint32_t group_size;
bool variable;