diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Host/common/HostThread.cpp')
| -rw-r--r-- | contrib/llvm/tools/lldb/source/Host/common/HostThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/tools/lldb/source/Host/common/HostThread.cpp b/contrib/llvm/tools/lldb/source/Host/common/HostThread.cpp index 02882c523908..2bf6f0a933d8 100644 --- a/contrib/llvm/tools/lldb/source/Host/common/HostThread.cpp +++ b/contrib/llvm/tools/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); } |
