riscv_exception.c: Add missing comma in exception reasons array
This commit is contained in:
parent
28eaa08cbc
commit
c66b0866e8
@ -75,7 +75,7 @@ static const char *g_reasons_str[RISCV_MAX_EXCEPTION + 1] =
|
||||
"Software check",
|
||||
#endif
|
||||
#if RISCV_MAX_EXCEPTION > 18
|
||||
"Hardware error"
|
||||
"Hardware error",
|
||||
#endif
|
||||
#ifdef RISCV_CUSTOM_EXCEPTION_REASONS
|
||||
RISCV_CUSTOM_EXCEPTION_REASONS
|
||||
|
Loading…
Reference in New Issue
Block a user