commit | 8878f87fb680a53cf870d335e062266beac7d8b8 | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Fri Jul 09 22:53:18 2010 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Fri Jul 09 22:53:18 2010 +0000 |
tree | 0463a8023e13f463da4189c22c8e2f44de0745f5 | |
parent | c43894724213e097f3f64734b0ae7451a78349ba [diff] [blame] |
Misc warning fixes. llvm-svn: 108029
diff --git a/lldb/tools/driver/IOChannel.cpp b/lldb/tools/driver/IOChannel.cpp index d0bea70..06d1004 100644 --- a/lldb/tools/driver/IOChannel.cpp +++ b/lldb/tools/driver/IOChannel.cpp
@@ -381,7 +381,7 @@ bool IOChannel::Stop () { - if (m_read_thread == NULL) + if (m_read_thread == LLDB_INVALID_HOST_THREAD) return true; BroadcastEventByType (eBroadcastBitThreadShouldExit);