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

Symbol length no longer has to be packed.

This commit is contained in:
Bartosz Taudul
2020-07-26 00:43:24 +02:00
parent 88685440b6
commit 309a151610
3 changed files with 3 additions and 12 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ struct QueueCallstackFrame
uint64_t file;
uint32_t line;
uint64_t symAddr;
char symLen[3];
uint32_t symLen;
};
struct QueueSymbolInformation