aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno
diff options
context:
space:
mode:
authorKristian H. Kristensen <[email protected]>2019-02-25 22:14:53 -0800
committerKristian H. Kristensen <[email protected]>2019-02-28 10:43:53 -0800
commit87c2e8cbc9e5e711989c658433aef18620e2c278 (patch)
treeb071a2b0571782451b78fc844c2b1e917b239c2f /src/freedreno
parenta5a19d1bc8d057845af07b14eb62d83c031fe662 (diff)
freedreno: Fix a couple of warnings
Signed-off-by: Kristian H. Kristensen <[email protected]>
Diffstat (limited to 'src/freedreno')
-rw-r--r--src/freedreno/ir3/ir3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freedreno/ir3/ir3.h b/src/freedreno/ir3/ir3.h
index 27a52c54ad4..53e56edb3c4 100644
--- a/src/freedreno/ir3/ir3.h
+++ b/src/freedreno/ir3/ir3.h
@@ -248,7 +248,7 @@ struct ir3_instruction {
int src_offset;
int dst_offset;
int iim_val : 3; /* for ldgb/stgb, # of components */
- int d : 3;
+ unsigned d : 3;
bool typed : 1;
} cat6;
struct {