aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lldb/include/lldb/Target/MemoryRegionInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lldb/include/lldb/Target/MemoryRegionInfo.h')
-rw-r--r--contrib/llvm-project/lldb/include/lldb/Target/MemoryRegionInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/lldb/include/lldb/Target/MemoryRegionInfo.h b/contrib/llvm-project/lldb/include/lldb/Target/MemoryRegionInfo.h
index 3ef66b403e14..cf38b6ea3345 100644
--- a/contrib/llvm-project/lldb/include/lldb/Target/MemoryRegionInfo.h
+++ b/contrib/llvm-project/lldb/include/lldb/Target/MemoryRegionInfo.h
@@ -132,7 +132,7 @@ public:
void SetDirtyPageList(std::vector<lldb::addr_t> pagelist) {
if (m_dirty_pages)
- m_dirty_pages.getValue().clear();
+ m_dirty_pages.value().clear();
m_dirty_pages = std::move(pagelist);
}