On 27/2/22 19:21, Richard Henderson wrote:
It was never correct to be able to write to ipending. Until the rest of the irq code is tidied, the read of ipending will generate an "unnecessary" mask.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/nios2/translate.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>