mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
bug fix: page_num>=25时,填入页表的实际上是同一个物理页的bug
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