mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
noux: attach linker area as executable area
Thanks to cproc for the investigation. Ref #1938 Ref #1723
This commit is contained in:
parent
01698233fd
commit
c365918b82
@ -202,7 +202,7 @@ class Noux::Pd_session_component : public Rpc_object<Pd_session>
|
||||
dst_address_space.attach(dst_linker_area.dataspace(),
|
||||
Dataspace_client(dst_linker_area.dataspace()).size(),
|
||||
0, true,
|
||||
_address_space.lookup_region_base(_linker_area.dataspace()));
|
||||
_address_space.lookup_region_base(_linker_area.dataspace()), true);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user