mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-09 19:25:10 +01:00
kern: allow non-inline KSchedulerLock::Lock
This commit is contained in:
parent
152def19c0
commit
3d4ab95ab2
@ -45,7 +45,7 @@ namespace ams::kern {
|
||||
return this->owner_thread == GetCurrentThreadPointer();
|
||||
}
|
||||
|
||||
ALWAYS_INLINE void Lock() {
|
||||
void Lock() {
|
||||
MESOSPHERE_ASSERT_THIS();
|
||||
|
||||
if (this->IsLockedByCurrentThread()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user