mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 15:04:33 +00:00
Forgot to resume the stopped process
This commit is contained in:
parent
eaaf8427dc
commit
2fba834d41
@ -181,6 +181,7 @@ __no_stack_protector void UserModeExceptionHandler(CHArchTrapFrame *Frame)
|
|||||||
if (CurCPU->CurrentThread->Stack->Expand(CPU::x64::readcr2().raw))
|
if (CurCPU->CurrentThread->Stack->Expand(CPU::x64::readcr2().raw))
|
||||||
{
|
{
|
||||||
debug("Stack expanded");
|
debug("Stack expanded");
|
||||||
|
TaskManager->GetCurrentThread()->Status = Tasking::TaskStatus::Ready;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user