mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-21 19:45:52 +00:00
Compile warning fix
This commit is contained in:
parent
606ff66407
commit
94caac575b
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user