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:
@@ -386,7 +386,7 @@ struct QueueCallstackFrame
|
||||
uint64_t file;
|
||||
uint32_t line;
|
||||
uint64_t symAddr;
|
||||
char symLen[3];
|
||||
uint32_t symLen;
|
||||
};
|
||||
|
||||
struct QueueSymbolInformation
|
||||
|
||||
Reference in New Issue
Block a user