1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Merge pull request #517 from mwl4/linux_compilation_fixes

Linux compilation fixes
This commit is contained in:
Bartosz Taudul
2023-01-25 16:08:37 +01:00
committed by GitHub
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ private:
const bool m_active;
#ifdef TRACY_ON_DEMAND
uint64_t m_connectionId;
uint64_t m_connectionId = 0;
#endif
};
+1 -2
View File
@@ -1265,8 +1265,7 @@ void SysTraceWorker( void* ptr )
type = QueueType::HwSampleBranchMiss;
break;
default:
assert( false );
break;
abort();
}
TracyLfqPrepare( type );