mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
parent
096d72de90
commit
30094ecd48
@ -37,7 +37,8 @@ void Thread_base::start()
|
||||
_tid.pt = new(platform_specific()->thread_slab())
|
||||
Platform_thread(0, _context->name);
|
||||
|
||||
platform_specific()->core_pd()->bind_thread(_tid.pt);
|
||||
if (platform_specific()->core_pd()->bind_thread(_tid.pt))
|
||||
throw Cpu_session::Thread_creation_failed();
|
||||
|
||||
_tid.pt->start((void *)_thread_start, stack_top());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user