summaryrefslogtreecommitdiffstats
path: root/src/freedreno/ir3
diff options
context:
space:
mode:
Diffstat (limited to 'src/freedreno/ir3')
-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 {