mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +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 );
|
ptr = MemRead<uint64_t>( &item.lockName.name );
|
||||||
SendString( ptr, (const char*)ptr, QueueType::CustomStringData );
|
SendString( ptr, (const char*)ptr, QueueType::CustomStringData );
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
AppendData( &item, QueueDataSize[idx] );
|
AppendData( &item, QueueDataSize[idx] );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user