mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-11 13:22:33 +00:00
parent
679f66667c
commit
d7b88afb68
@ -36,9 +36,12 @@ int Pd_session_component::bind_thread(Thread_capability thread)
|
||||
|
||||
Platform_thread *p_thread = cpu_thread->platform_thread();
|
||||
|
||||
_pd.bind_thread(p_thread);
|
||||
cpu_thread->bound(true);
|
||||
int res = _pd.bind_thread(p_thread);
|
||||
|
||||
if (res)
|
||||
return res;
|
||||
|
||||
cpu_thread->bound(true);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user