Re: [PATCH v3 1/4] target/hexagon: idef-parser remove unused defines

2024-05-21 Thread Brian Cain
On 5/21/2024 3:16 PM, Anton Johansson via wrote: Before switching to GArray/g_string_printf we used fixed size arrays for output buffers and instructions arguments among other things. Macros defining the sizes of these buffers were left behind, remove them. Signed-off-by: Anton Johansson Rev

[PATCH v3 1/4] target/hexagon: idef-parser remove unused defines

2024-05-21 Thread Anton Johansson via
Before switching to GArray/g_string_printf we used fixed size arrays for output buffers and instructions arguments among other things. Macros defining the sizes of these buffers were left behind, remove them. Signed-off-by: Anton Johansson Reviewed-by: Taylor Simpson --- target/hexagon/idef-pa