This commit is contained in:
Alan Hourihane 2006-08-22 16:40:08 +01:00
parent dc4128ea07
commit ea63e82ef4
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ struct brw_cc_unit_state
struct {
union {
float f;
unsigned byte ub[4];
unsigned char ub[4];
} alpha_ref;
} cc7;
};