qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Hexagon (target/hexagon) Remove unused slot variable in help


From: Richard Henderson
Subject: Re: [PATCH] Hexagon (target/hexagon) Remove unused slot variable in helpers
Date: Sat, 8 Apr 2023 08:10:29 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

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<tsimpson@quicinc.com>
---
  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 <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]