Another one

This commit is contained in:
wheremyfoodat 2023-04-24 23:13:37 +03:00
parent 3529c9bf67
commit 1cf8af98c2

View file

@ -392,8 +392,8 @@ void Kernel::svcReleaseMutex() {
return;
}
releaseMutex(moo);
regs[0] = SVCResult::Success;
releaseMutex(moo);
}
// Returns whether an object is waitable or not