Skip to content

Commit

Permalink
Ensures that repeated groups are covering the range they cover. (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsracz authored Sep 4, 2020
1 parent beb5f19 commit d350d1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openlcb/VirtualMemorySpace.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ protected:
re.repeatSize_ = Group::size();
HASSERT(re.repeatSize_ * N == re.end_ - re.start_);
repeats_.insert(std::move(re));
expand_bounds_from_group(group);
}

/// Bounds for valid addresses.
Expand Down

0 comments on commit d350d1b

Please sign in to comment.