提交 a8928c88 编写于 作者: M michael

MIPS:fix the RT_EXCEPTION_MAX value

from <see mips run> know that cp0_cause's ExcCode have 5 bit filed and
the max exception is 32.
上级 bfebcac4
......@@ -74,7 +74,7 @@ void rt_hw_interrupt_enable(rt_base_t level)
/**
* exception handle table
*/
#define RT_EXCEPTION_MAX 31
#define RT_EXCEPTION_MAX 32
exception_func_t sys_exception_handlers[RT_EXCEPTION_MAX];
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册