mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-08 09:08:45 +00:00
kern: allow non-inline KSchedulerLock::Lock
This commit is contained in:
parent
6f95b738dc
commit
f089cd4b76
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ namespace ams::kern {
|
||||||
return this->owner_thread == GetCurrentThreadPointer();
|
return this->owner_thread == GetCurrentThreadPointer();
|
||||||
}
|
}
|
||||||
|
|
||||||
ALWAYS_INLINE void Lock() {
|
void Lock() {
|
||||||
MESOSPHERE_ASSERT_THIS();
|
MESOSPHERE_ASSERT_THIS();
|
||||||
|
|
||||||
if (this->IsLockedByCurrentThread()) {
|
if (this->IsLockedByCurrentThread()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue