Forgot to resume the stopped process

This commit is contained in:
Alex 2022-11-21 16:19:51 +02:00
parent eaaf8427dc
commit 2fba834d41
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -181,6 +181,7 @@ __no_stack_protector void UserModeExceptionHandler(CHArchTrapFrame *Frame)
if (CurCPU->CurrentThread->Stack->Expand(CPU::x64::readcr2().raw))
{
debug("Stack expanded");
TaskManager->GetCurrentThread()->Status = Tasking::TaskStatus::Ready;
return;
}