mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fix assert.
This commit is contained in:
parent
17a51c898e
commit
29c42cc8d7
@ -2772,7 +2772,7 @@ void Worker::InsertLockEvent( LockMap& lockmap, LockEvent* lev, uint64_t thread,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
assert( timeline.back().ptr->Time() <= lt );
|
assert( timeline.back().ptr->Time() <= time );
|
||||||
timeline.push_back_non_empty( { lev } );
|
timeline.push_back_non_empty( { lev } );
|
||||||
UpdateLockCount( lockmap, timeline.size() - 1 );
|
UpdateLockCount( lockmap, timeline.size() - 1 );
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user