aboutsummaryrefslogtreecommitdiff
path: root/src/processor/range_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/range_map.h')
-rw-r--r--src/processor/range_map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/processor/range_map.h b/src/processor/range_map.h
index 985d992f..d90a6732 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