mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
4697e0e07d
In programs with dynamic linker, _main and thus also platform_main_bootstrap are called twice. By now, platform_main_bootstrap tried to always access the startup message in the UTCB of the main thread that gets overridden till the second call. fix #967