Index: src/processor/range_map.h |
diff --git a/src/processor/range_map.h b/src/processor/range_map.h |
index 985d992f991ac993e7bb177296ef97b2dc80248c..d90a67327faa926aa85aa61566fa7233adbf3907 100644 |
--- a/src/processor/range_map.h |
+++ b/src/processor/range_map.h |
@@ -60,6 +60,7 @@ class RangeMap { |
// will be shrunk down by moving its start position to a higher address so |
// that it does not overlap anymore. |
void SetEnableShrinkDown(bool enable_shrink_down); |
+ bool IsShrinkDownEnabled() const; |
// Inserts a range into the map. Returns false for a parameter error, |
// or if the location of the range would conflict with a range already |