I've impression that the test in the following code in:
/trunk/src/processor/static_contained_range_map-inl.h (lines 82-86)
should be inverted
// The child in iterator->second contains the specified address. Find out
// if it has a more-specific descendant that also contains it. If it does,
// it will set |entry| appropriately. If not, set |entry| to the child.
if (!child_map.RetrieveRange(address, entry))
entry = child_map.entry_ptr_;
Original issue reported on code.google.com by vadiml1...@gmail.com on 18 Oct 2010 at 3:32
Original issue reported on code.google.com by
vadiml1...@gmail.com
on 18 Oct 2010 at 3:32