diff options
Diffstat (limited to 'src/freedreno/ir3/ir3.h')
-rw-r--r-- | src/freedreno/ir3/ir3.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/freedreno/ir3/ir3.h b/src/freedreno/ir3/ir3.h index f927d1ff204..609e93f0299 100644 --- a/src/freedreno/ir3/ir3.h +++ b/src/freedreno/ir3/ir3.h @@ -399,6 +399,9 @@ struct ir3_instruction { #ifdef DEBUG uint32_t serialno; #endif + + // TODO only computerator/assembler: + int line; }; static inline struct ir3_instruction * |