| Index: src/processor/range_map-inl.h
|
| diff --git a/src/processor/range_map-inl.h b/src/processor/range_map-inl.h
|
| index 082733e173a333803e34e7d4e742fa1baedafd76..9fe74c50290336a40194c43a4f8deb4af4e73490 100644
|
| --- a/src/processor/range_map-inl.h
|
| +++ b/src/processor/range_map-inl.h
|
| @@ -53,6 +53,11 @@ void RangeMap<AddressType, EntryType>::SetEnableShrinkDown(
|
| }
|
|
|
| template<typename AddressType, typename EntryType>
|
| +bool RangeMap<AddressType, EntryType>::IsShrinkDownEnabled() const {
|
| + return enable_shrink_down_;
|
| +}
|
| +
|
| +template<typename AddressType, typename EntryType>
|
| bool RangeMap<AddressType, EntryType>::StoreRange(const AddressType &base,
|
| const AddressType &size,
|
| const EntryType &entry) {
|
|
|