mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +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 );
|
closedir( dp );
|
||||||
|
|
||||||
|
#ifdef TRACY_HAS_CALLSTACK
|
||||||
if( selfTid == s_symbolTid ) s_symbolThreadGone.store( true, std::memory_order_release );
|
if( selfTid == s_symbolTid ) s_symbolThreadGone.store( true, std::memory_order_release );
|
||||||
|
#endif
|
||||||
|
|
||||||
TracyLfqPrepare( QueueType::Crash );
|
TracyLfqPrepare( QueueType::Crash );
|
||||||
TracyLfqCommit;
|
TracyLfqCommit;
|
||||||
|
Loading…
Reference in New Issue
Block a user