feat(panic): supported more cache error cactch

This commit is contained in:
Armando
2024-07-11 15:23:29 +08:00
parent cd24013198
commit c880f697da
2 changed files with 4 additions and 4 deletions

View File

@@ -19,4 +19,6 @@
#define PANIC_RSN_CACHEERR 3
#define MCAUSE_ILLEGAL_INSTRUCTION 2
#define MCAUSE_ILLIGAL_INSTRUCTION_ACCESS 1
#define MCAUSE_ILLEGAL_INSTRUCTION 2
#define MCAUSE_LOAD_ACCESS_FAULT 5