meso: Implement KLightServerSession dtor

This commit is contained in:
TuxSH
2018-11-12 09:54:22 +01:00
committed by Michael Scire
parent 9c8f818c29
commit be3550d382
8 changed files with 60 additions and 10 deletions

View File

@@ -151,7 +151,7 @@ Result KThread::WaitSynchronizationImpl(int &outId, KSynchronizationObject **syn
if (IsDying()) {
return ResultKernelThreadTerminating();
}
if (cancelled) {
if (isSyncCancelled) {
return ResultKernelCancelled();
}