mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
committed by
Christian Helmuth
parent
15141f3ca7
commit
807be83b1b
@ -86,7 +86,7 @@ Child::Process::Process(Dataspace_capability elf_ds,
|
||||
if (!elf.valid())
|
||||
throw Invalid_executable();
|
||||
|
||||
bool const dynamically_linked = elf.is_dynamically_linked();
|
||||
bool const dynamically_linked = elf.dynamically_linked();
|
||||
|
||||
local_rm.detach(elf_addr);
|
||||
|
||||
|
Reference in New Issue
Block a user