commit | a318da6b3f6a88e6cfd6953c519def9457e8962f | [log] [tgz] |
---|---|---|
author | Clément Chigot <chigot@adacore.com> | Fri Jan 05 11:24:18 2024 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Jan 05 16:20:15 2024 +0100 |
tree | 49c96ca40adf845c0ead460d08bce0bf0d0a2b91 | |
parent | 25145a7d7735344a469551946fc2a7f19eb4aa3d [diff] |
target/sparc: Simplify qemu_irq_ack 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.frederic@yahoo.fr> Signed-off-by: Clément Chigot <chigot@adacore.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20240105102421.163554-7-chigot@adacore.com>