mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
sel4: enter real thread function
This commit is contained in:
parent
41b99a6b51
commit
8f535d5371
@ -128,12 +128,9 @@ void Thread_base::_deinit_platform_thread()
|
||||
|
||||
void Thread_base::_thread_start()
|
||||
{
|
||||
int dummy;
|
||||
PDBG("called, stack at 0x%p, spinning...", &dummy);
|
||||
for (;;);
|
||||
|
||||
Thread_base::myself()->_thread_bootstrap();
|
||||
Thread_base::myself()->entry();
|
||||
|
||||
sleep_forever();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user