mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
fixup "base: use Dataspace_attr in io_mem _map_local(...)" - fiasco nightly failure
Issue #5406
This commit is contained in:
committed by
Norman Feske
parent
8eae6501b7
commit
bfaacb1ada
@@ -99,7 +99,7 @@ Io_mem_session_component::Map_local_result Io_mem_session_component::_map_local(
|
||||
[&] (void *ptr) {
|
||||
addr_t const core_local_base = (addr_t)ptr;
|
||||
map_io_region(phys_base, core_local_base, size);
|
||||
return Map_local_result { .core_local_addr = 0, .success = true };
|
||||
return Map_local_result { .core_local_addr = core_local_base, .success = true };
|
||||
},
|
||||
|
||||
[&] (Range_allocator::Alloc_error) {
|
||||
|
||||
Reference in New Issue
Block a user