mirror of https://github.com/xemu-project/xemu.git
target/riscv: fix a typo with interrupt names
Interrupt names have been swapped in 205377f8
and do not follow
IRQ_*_EXT definition order.
Signed-off-by: Emmanuel Blot <emmanuel.blot@sifive.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20210421133236.11323-1-emmanuel.blot@sifive.com
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
3a7f7757ba
commit
6cfcf77573
|
@ -88,8 +88,8 @@ const char * const riscv_intr_names[] = {
|
|||
"vs_timer",
|
||||
"m_timer",
|
||||
"u_external",
|
||||
"s_external",
|
||||
"vs_external",
|
||||
"h_external",
|
||||
"m_external",
|
||||
"reserved",
|
||||
"reserved",
|
||||
|
|
Loading…
Reference in New Issue