llvm-svn: 179815
This commit is contained in:
Greg Clayton 2013-04-18 23:25:55 +00:00
parent 99bce5fe08
commit febe8e33d7
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ using namespace lldb_private;
POSIXThread::POSIXThread(Process &process, lldb::tid_t tid)
: Thread(process, tid),
m_frame_ap(0)
m_frame_ap()
{
Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_THREAD));
if (log && log->GetMask().Test(POSIX_LOG_VERBOSE))