early-access version 1718

This commit is contained in:
pineappleEA
2021-05-28 01:49:55 +02:00
parent a6b15da2fb
commit cd9dd23d79
9 changed files with 52 additions and 28 deletions

View File

@@ -659,7 +659,6 @@ void KScheduler::Unload(KThread* thread) {
if (thread) {
if (thread->IsCallingSvc()) {
system.ArmInterface(core_id).ExceptionalExit();
thread->ClearIsCallingSvc();
}
if (!thread->IsTerminationRequested()) {