mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00: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
|
||||
{
|
||||
assert( timeline.back().ptr->Time() <= lt );
|
||||
assert( timeline.back().ptr->Time() <= time );
|
||||
timeline.push_back_non_empty( { lev } );
|
||||
UpdateLockCount( lockmap, timeline.size() - 1 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user