mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Merge pull request #498 from ReplayCoding/crashhandler_fix
Fix compile error when TRACY_NO_CRASH_HANDLER is enabled
This commit is contained in:
commit
70e22ad045
@ -1520,7 +1520,7 @@ bool Profiler::ShouldExit()
|
|||||||
|
|
||||||
void Profiler::Worker()
|
void Profiler::Worker()
|
||||||
{
|
{
|
||||||
#ifdef __linux__
|
#if defined __linux__ && !defined TRACY_NO_CRASH_HANDLER
|
||||||
s_profilerTid = syscall( SYS_gettid );
|
s_profilerTid = syscall( SYS_gettid );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user