mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🐛 修复了无法切换进程、无法进行浮点运算的bug(将main.c中的init函数名进行修改)
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
|
||||
#include "../common/glib.h"
|
||||
|
||||
#include "../process/ptrace.h"
|
||||
|
||||
/**
|
||||
* @brief 初始化中断模块
|
||||
@ -26,4 +27,4 @@ void init_irq();
|
||||
* @param rsp 中断栈指针
|
||||
* @param number 中断号
|
||||
*/
|
||||
void do_IRQ(ul rsp, ul number);
|
||||
void do_IRQ(struct pt_regs* rsp, ul number);
|
||||
|
Reference in New Issue
Block a user