sel4: enter real thread function

This commit is contained in:
Norman Feske 2015-05-07 14:24:48 +02:00 committed by Christian Helmuth
parent 41b99a6b51
commit 8f535d5371
1 changed files with 1 additions and 4 deletions

View File

@ -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();
}