Skip to content

Commit

Permalink
target/riscv: fix a typo with interrupt names
Browse files Browse the repository at this point in the history
Interrupt names have been swapped in 205377f 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>
  • Loading branch information
sifive-eblot authored and alistair23 committed May 11, 2021
1 parent 3a7f775 commit 6cfcf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/riscv/cpu.c
Expand Up @@ -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",
Expand Down

0 comments on commit 6cfcf77

Please sign in to comment.