mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
解决了#DE会触发#UD的问题
This commit is contained in:
@ -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();
|
Reference in New Issue
Block a user