mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Norman Feske
parent
f2e462266e
commit
28f81c4a9c
@@ -162,7 +162,7 @@ namespace Genode
|
||||
ITEM_WIDTH = _ITEM_WIDTH,
|
||||
ITEM_WIDTH_LOG2 = Item::WIDTH_LOG2,
|
||||
MAX_INDEX = ITEMS - 1,
|
||||
ITEM_MASK = (1 << ITEM_WIDTH) - 1,
|
||||
ITEM_MASK = (1ULL << ITEM_WIDTH) - 1,
|
||||
};
|
||||
|
||||
/* analogous to 'Mmio::Register::Register_base' */
|
||||
|
||||
Reference in New Issue
Block a user