early-access version 2804

This commit is contained in:
pineappleEA
2022-06-27 23:04:31 +02:00
parent 8a674958a7
commit 5cf5fef861
18 changed files with 99 additions and 43 deletions

View File

@@ -161,7 +161,7 @@ bool KProcess::ReleaseUserException(KThread* thread) {
std::addressof(num_waiters),
reinterpret_cast<uintptr_t>(std::addressof(exception_thread)));
next != nullptr) {
next->SetState(ThreadState::Runnable);
next->EndWait(ResultSuccess);
}
KScheduler::SetSchedulerUpdateNeeded(kernel);