🐛 修复了进程由于异常被捕获后,其他进程无法被正常调度的问题

This commit is contained in:
fslongjin
2022-06-01 17:13:12 +08:00
parent e2a59dbd43
commit b97aaee746
3 changed files with 24 additions and 23 deletions

View File

@ -53,7 +53,7 @@ Restore_all:
popq %rax
addq $0x10, %rsp // FUNCerrcode
sti
// sti
iretq
ret_from_exception: