mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Merge pull request #517 from mwl4/linux_compilation_fixes
Linux compilation fixes
This commit is contained in:
commit
52b6af88ca
@ -166,7 +166,7 @@ private:
|
||||
const bool m_active;
|
||||
|
||||
#ifdef TRACY_ON_DEMAND
|
||||
uint64_t m_connectionId;
|
||||
uint64_t m_connectionId = 0;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
@ -1265,8 +1265,7 @@ void SysTraceWorker( void* ptr )
|
||||
type = QueueType::HwSampleBranchMiss;
|
||||
break;
|
||||
default:
|
||||
assert( false );
|
||||
break;
|
||||
abort();
|
||||
}
|
||||
|
||||
TracyLfqPrepare( type );
|
||||
|
Loading…
Reference in New Issue
Block a user