mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 20:33:52 +00:00
Fix preprocesor condition.
This commit is contained in:
parent
8ca4bc761d
commit
f64fb95a77
@ -3257,7 +3257,7 @@ void Profiler::HandleSymbolQueueItem( const SymbolQueueItem& si )
|
||||
|
||||
void Profiler::SymbolWorker()
|
||||
{
|
||||
#ifdef __linux__ && !defined TRACY_NO_CRASH_HANDLER
|
||||
#if defined __linux__ && !defined TRACY_NO_CRASH_HANDLER
|
||||
s_symbolTid = syscall( SYS_gettid );
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user