diff --git a/libmesosphere/include/mesosphere/kern_k_scheduler_lock.hpp b/libmesosphere/include/mesosphere/kern_k_scheduler_lock.hpp index b9beaf49..c413fcde 100644 --- a/libmesosphere/include/mesosphere/kern_k_scheduler_lock.hpp +++ b/libmesosphere/include/mesosphere/kern_k_scheduler_lock.hpp @@ -45,7 +45,7 @@ namespace ams::kern { return this->owner_thread == GetCurrentThreadPointer(); } - ALWAYS_INLINE void Lock() { + void Lock() { MESOSPHERE_ASSERT_THIS(); if (this->IsLockedByCurrentThread()) {