解决了#DE会触发#UD的问题

This commit is contained in:
fslongjin
2022-04-10 23:03:16 +08:00
parent f5f36aafd8
commit d78db8225c
6 changed files with 119 additions and 109 deletions

View File

@ -16,7 +16,7 @@
* @brief 初始化系统中断表
*
*/
void sys_vector_init();
//除法错误
void divide_error();
@ -47,3 +47,5 @@ void alignment_check();
void machine_check();
void SIMD_exception();
void virtualization_exception();
void sys_vector_init();