mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
core: Be more precise in IO_MEM error message
This commit is contained in:
parent
ee572e2f8e
commit
ddffc8765e
@ -53,7 +53,7 @@ Io_mem_session_component::_prepare_io_mem(const char *args,
|
||||
/* allocate region */
|
||||
switch (_io_mem_alloc->alloc_addr(req_size, req_base).value) {
|
||||
case Range_allocator::Alloc_return::RANGE_CONFLICT:
|
||||
PERR("I/O memory [%lx,%lx) not available", base, base + size);
|
||||
PERR("I/O memory [%lx,%lx) not available", req_base, req_base + req_size);
|
||||
return Dataspace_attr();
|
||||
|
||||
case Range_allocator::Alloc_return::OUT_OF_METADATA:
|
||||
|
Loading…
x
Reference in New Issue
Block a user