mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Fix compilation for the case of using TRACY_NO_CALLSTACK
This commit is contained in:
parent
0e26b9e53f
commit
de45af63cc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user