mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Don't assert on a workarounded bad case.
This commit is contained in:
parent
ec455c8ee6
commit
1458a6ab23
@ -6307,7 +6307,7 @@ void Worker::ProcessCallstackSampleImplStats( const SampleData& sd, ThreadData&
|
|||||||
|
|
||||||
if( t != 0 )
|
if( t != 0 )
|
||||||
{
|
{
|
||||||
assert( td.samples.size() > td.ghostIdx );
|
//assert( td.samples.size() > td.ghostIdx );
|
||||||
if( framesKnown && td.ghostIdx + 1 == td.samples.size() )
|
if( framesKnown && td.ghostIdx + 1 == td.samples.size() )
|
||||||
{
|
{
|
||||||
td.ghostIdx++;
|
td.ghostIdx++;
|
||||||
|
Loading…
Reference in New Issue
Block a user