summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/HostThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Host/common/HostThread.cpp')
-rw-r--r--lldb/source/Host/common/HostThread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/common/HostThread.cpp b/lldb/source/Host/common/HostThread.cpp
index 02882c52390..2bf6f0a933d 100644
--- a/lldb/source/Host/common/HostThread.cpp
+++ b/lldb/source/Host/common/HostThread.cpp
@@ -43,5 +43,5 @@ lldb::thread_result_t HostThread::GetResult() const {
}
bool HostThread::EqualsThread(lldb::thread_t thread) const {
- return m_native_thread->GetSystemHandle() == thread;
+ return m_native_thread->EqualsThread(thread);
}
OpenPOWER on IntegriCloud