Re: [PATCH] target/riscv: fix a typo with interrupt names

2021-04-21 Thread Alistair Francis
On Wed, Apr 21, 2021 at 11:33 PM Emmanuel Blot wrote: > > Interrupt names have been swapped in 205377f8 and do not follow > IRQ_*_EXT definition order. > > Signed-off-by: Emmanuel Blot Reviewed-by: Alistair Francis Alistair > --- > target/riscv/cpu.c | 2 +- > 1 file changed, 1 insertion(+),

[PATCH] target/riscv: fix a typo with interrupt names

2021-04-21 Thread Emmanuel Blot
Interrupt names have been swapped in 205377f8 and do not follow IRQ_*_EXT definition order. Signed-off-by: Emmanuel Blot --- target/riscv/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index 7d6ed80f6b6..c79503ce967 100644 --- a/