mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 14:48:20 +00:00
committed by
Christian Helmuth
parent
c5cb6cb410
commit
e744c76bf2
@ -37,7 +37,7 @@ Platform::Board::Board()
|
||||
|
||||
for (unsigned i = 0; true; i++) {
|
||||
Mmap v(Multiboot_info(__initial_bx).phys_ram_mmap_base(i));
|
||||
if (!v.base) break;
|
||||
if (!v.base()) break;
|
||||
|
||||
Mmap::Addr::access_t base = v.read<Mmap::Addr>();
|
||||
Mmap::Length::access_t size = v.read<Mmap::Length>();
|
||||
|
Reference in New Issue
Block a user