kern: allow non-inline KSchedulerLock::Lock
This commit is contained in:
@@ -45,7 +45,7 @@ namespace ams::kern {
|
||||
return this->owner_thread == GetCurrentThreadPointer();
|
||||
}
|
||||
|
||||
ALWAYS_INLINE void Lock() {
|
||||
void Lock() {
|
||||
MESOSPHERE_ASSERT_THIS();
|
||||
|
||||
if (this->IsLockedByCurrentThread()) {
|
||||
|
||||
Reference in New Issue
Block a user