diff --git a/base-okl4/src/base/lock/lock_helper.h b/base-okl4/src/base/lock/lock_helper.h index 2f14c27bd..b99233042 100644 --- a/base-okl4/src/base/lock/lock_helper.h +++ b/base-okl4/src/base/lock/lock_helper.h @@ -39,7 +39,7 @@ static inline void thread_yield() { Okl4::L4_Yield(); } * * \return true if the thread was in blocking state */ -static bool thread_check_stopped_and_restart(Genode::Native_thread_id tid) +static inline bool thread_check_stopped_and_restart(Genode::Native_thread_id tid) { using namespace Okl4;