summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/VMRange.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/VMRange.cpp')
-rw-r--r--lldb/source/Core/VMRange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/VMRange.cpp b/lldb/source/Core/VMRange.cpp
index 0631069bb38..902489e1ff3 100644
--- a/lldb/source/Core/VMRange.cpp
+++ b/lldb/source/Core/VMRange.cpp
@@ -40,7 +40,7 @@ VMRange::ContainsRange(const VMRange::collection& coll, const VMRange& range)
return false;
}
-uint32_t
+size_t
VMRange::FindRangeIndexThatContainsValue (const VMRange::collection& coll, lldb::addr_t value)
{
ValueInRangeUnaryPredicate in_range_predicate(value);
OpenPOWER on IntegriCloud