mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Add default no-op to switch.
This commit is contained in:
parent
db4971e6c0
commit
40281ce2a1
@ -1378,6 +1378,8 @@ void Profiler::Worker()
|
||||
ptr = MemRead<uint64_t>( &item.lockName.name );
|
||||
SendString( ptr, (const char*)ptr, QueueType::CustomStringData );
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
AppendData( &item, QueueDataSize[idx] );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user