diff options
Diffstat (limited to 'lldb/source/API/SBThread.cpp')
-rw-r--r-- | lldb/source/API/SBThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBThread.cpp b/lldb/source/API/SBThread.cpp index 90efc458da7..3f6a751d641 100644 --- a/lldb/source/API/SBThread.cpp +++ b/lldb/source/API/SBThread.cpp @@ -79,7 +79,7 @@ SBThread::~SBThread() bool SBThread::IsValid() const { - return m_opaque_sp != NULL; + return m_opaque_sp; } void |