mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
@ -19,8 +19,12 @@
|
||||
#include <base/printf.h>
|
||||
#include <base/thread.h>
|
||||
|
||||
/* base-internal includes */
|
||||
#include <base/internal/globals.h>
|
||||
|
||||
using namespace Genode;
|
||||
|
||||
|
||||
addr_t init_main_thread_result;
|
||||
|
||||
extern void init_exception_handling();
|
||||
@ -89,6 +93,7 @@ extern "C" void init_main_thread()
|
||||
* destructor won't be registered for the atexit routine.
|
||||
*/
|
||||
(void*)env();
|
||||
init_log();
|
||||
|
||||
/* initialize exception handling */
|
||||
init_exception_handling();
|
||||
|
Reference in New Issue
Block a user