mirror of
https://github.com/wolfpld/tracy
synced 2025-01-15 11:57:59 +00:00
Compare commits
2 Commits
fde62b4e6e
...
7fbf796ecb
Author | SHA1 | Date | |
---|---|---|---|
|
7fbf796ecb | ||
|
d4d77006ac |
@ -371,6 +371,8 @@ Worker::Worker( const char* name, const char* program, const std::vector<ImportE
|
||||
else
|
||||
{
|
||||
auto td = NoticeThread( v.tid );
|
||||
if (td->zoneIdStack.empty())
|
||||
continue;
|
||||
td->zoneIdStack.pop_back();
|
||||
auto& stack = td->stack;
|
||||
auto zone = stack.back_and_pop();
|
||||
|
Loading…
Reference in New Issue
Block a user