mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
vesa: fix error message (interval display)
This commit is contained in:
parent
ef1cd4a276
commit
338c49da23
@ -180,7 +180,7 @@ class Region_database : public Avl_tree<Region>
|
|||||||
insert(region);
|
insert(region);
|
||||||
return region;
|
return region;
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
PERR("Access to I/O region [%08lx,%08lx) denied", beg, end - beg);
|
PERR("Access to I/O region [%08lx,%08lx) denied", beg, end);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user