cache: Allow main memory to be at disjoint address ranges.
This commit is contained in:
4
src/mem/cache/cache_impl.hh
vendored
4
src/mem/cache/cache_impl.hh
vendored
@@ -1556,9 +1556,7 @@ template<class TagStore>
|
||||
AddrRangeList
|
||||
Cache<TagStore>::CpuSidePort::getAddrRanges()
|
||||
{
|
||||
AddrRangeList ranges;
|
||||
ranges.push_back(cache->getAddrRange());
|
||||
return ranges;
|
||||
return cache->getAddrRanges();
|
||||
}
|
||||
|
||||
template<class TagStore>
|
||||
|
||||
Reference in New Issue
Block a user