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

2024-06-05 Thread Brian Cain
On 5/23/2024 7:58 AM, 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 v4 1/4] target/hexagon: idef-parser remove unused defines

2024-05-23 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 Reviewed-by: Brian Cain --