1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Send single string for symbol information.

This commit is contained in:
Bartosz Taudul
2020-07-26 00:31:54 +02:00
parent 14b180cd16
commit 06ca4e2d16
3 changed files with 6 additions and 8 deletions
-1
View File
@@ -393,7 +393,6 @@ struct QueueCallstackFrame
struct QueueSymbolInformation
{
uint64_t file;
uint32_t line;
uint64_t symAddr;
};