Fix compilation for the case of using TRACY_NO_CALLSTACK

This commit is contained in:
Ястребков Дмитрий Ирикович 2023-07-31 11:40:12 +07:00
parent 0e26b9e53f
commit de45af63cc

View File

@ -1072,7 +1072,9 @@ static void CrashHandler( int signal, siginfo_t* info, void* /*ucontext*/ )
}
closedir( dp );
#ifdef TRACY_HAS_CALLSTACK
if( selfTid == s_symbolTid ) s_symbolThreadGone.store( true, std::memory_order_release );
#endif
TracyLfqPrepare( QueueType::Crash );
TracyLfqCommit;