On 4/7/23 13:45, Taylor Simpson wrote:
The slot variable in helpers was only passed to log_reg_write function
where the argument is unused.
- Remove declaration from generated helper functions
- Remove slot argument from log_reg_write
Signed-off-by: Taylor Simpson<[email protected]>
---
target/hexagon/macros.h | 2 +-
target/hexagon/op_helper.h | 2 +-
target/hexagon/op_helper.c | 2 +-
target/hexagon/gen_helper_funcs.py | 2 --
4 files changed, 3 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~