On 5/1/24 11:24, Clément Chigot wrote:
This is a simple cleanup, since env is passed to qemu_irq_ack it can be accessed from inside qemu_irq_ack. Just drop this parameter.Co-developed-by: Frederic Konrad <konrad.frede...@yahoo.fr> Signed-off-by: Clément Chigot <chi...@adacore.com> --- hw/sparc/leon3.c | 8 ++++---- target/sparc/cpu.h | 2 +- target/sparc/int32_helper.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>