On Sun, 27 Feb 2022 at 18:25, 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
> ---
> target/nios2/translate.c | 12
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
---
target/nios2/translate.c | 12
1 file changed
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
---
target/nios2/translate.c | 12
1 file changed, 12 insertions(+)
diff --git a/target/nios2/t