mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🐛 修复了进程由于异常被捕获后,其他进程无法被正常调度的问题
This commit is contained in:
@ -53,7 +53,7 @@ Restore_all:
|
||||
popq %rax
|
||||
addq $0x10, %rsp // 弹出变量FUNC和errcode
|
||||
|
||||
sti
|
||||
// sti
|
||||
iretq
|
||||
|
||||
ret_from_exception:
|
||||
|
Reference in New Issue
Block a user