Skip to content

Commit

Permalink
Fix constant name
Browse files Browse the repository at this point in the history
Internal-tag: [#60665]
  • Loading branch information
kiryk authored and tmichalak committed Jun 11, 2024
1 parent 9ede2c8 commit b4b0ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/riscv-dv/riscv_core_setting.sv
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const interrupt_cause_t implemented_interrupt[] = {
`endif
M_SOFTWARE_INTR,
M_TIMER_INTR,
M_EXTERNAL_INT
M_EXTERNAL_INTR
//0x1c custom interrupt used
//0x1d custom interrupt used
//0x1e custom interrupt used
Expand Down

0 comments on commit b4b0ccf

Please sign in to comment.