We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a2f8c2 + 5c11302 commit 74683c4Copy full SHA for 74683c4
1 file changed
src/arch/xtensa/init.c
@@ -64,8 +64,6 @@ static void register_exceptions(void)
64
EXCCAUSE_INSTR_ERROR, (void *)&exception);
65
_xtos_set_exception_handler(
66
EXCCAUSE_LOAD_STORE_ERROR, (void *)&exception);
67
- _xtos_set_exception_handler(
68
- EXCCAUSE_LEVEL1_INTERRUPT, (void *)&exception);
69
70
EXCCAUSE_ALLOCA, (void *)&exception);
71
0 commit comments