diff --git a/src/intel/compiler/brw_reg.h b/src/intel/compiler/brw_reg.h index 9528e6c3b15..1c63f5c1623 100644 --- a/src/intel/compiler/brw_reg.h +++ b/src/intel/compiler/brw_reg.h @@ -162,8 +162,8 @@ typedef struct brw_reg { unsigned negate:1; /* source only */ unsigned abs:1; /* source only */ unsigned address_mode:1; /* relative addressing, hopefully! */ - unsigned pad0:16; - unsigned subnr:5; /* :1 in align16 */ + unsigned pad0:15; + unsigned subnr:6; /* :1 in align16 */ }; uint32_t bits; };