mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +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;
|
const bool m_active;
|
||||||
|
|
||||||
#ifdef TRACY_ON_DEMAND
|
#ifdef TRACY_ON_DEMAND
|
||||||
uint64_t m_connectionId;
|
uint64_t m_connectionId = 0;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1265,8 +1265,7 @@ void SysTraceWorker( void* ptr )
|
|||||||
type = QueueType::HwSampleBranchMiss;
|
type = QueueType::HwSampleBranchMiss;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
assert( false );
|
abort();
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
TracyLfqPrepare( type );
|
TracyLfqPrepare( type );
|
||||||
|
Loading…
Reference in New Issue
Block a user