diff --git a/tool/microkit/util.py b/tool/microkit/util.py index e5000764..d92cbf80 100644 --- a/tool/microkit/util.py +++ b/tool/microkit/util.py @@ -66,7 +66,7 @@ class MemoryRegion: end: int def aligned_power_of_two_regions(self) -> List["MemoryRegion"]: - max_bits = 40 + max_bits = 47 # Align # find the first bit self r = []