mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
parent
bfd94d64ba
commit
fd682cd470
@ -385,6 +385,8 @@ class Hw::Level_3_translation_table :
|
||||
using Base = Long_translation_table<SIZE_LOG2_4KB,
|
||||
SIZE_LOG2_2MB>;
|
||||
using Block_descriptor = typename Stage_trait<Base, STAGE>::Type;
|
||||
if (!Descriptor::valid(desc))
|
||||
return;
|
||||
phys = Block_descriptor::Output_address::masked(desc);
|
||||
found = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user