diff --git a/src/freedreno/ir3/ir3.h b/src/freedreno/ir3/ir3.h index 759be5f21ff..9d8f09b3bb5 100644 --- a/src/freedreno/ir3/ir3.h +++ b/src/freedreno/ir3/ir3.h @@ -384,7 +384,7 @@ struct ir3_instruction { }; /* For assigning jump offsets, we need instruction's position: */ - uint16_t ip; + uint32_t ip; /* used for per-pass extra instruction data. *