mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Delta-encode code information pointers.
This commit is contained in:
@@ -501,9 +501,9 @@ struct QueueSymbolInformation
|
||||
|
||||
struct QueueCodeInformation
|
||||
{
|
||||
uint64_t ptr;
|
||||
uint32_t line;
|
||||
uint64_t symAddr;
|
||||
uint32_t line;
|
||||
uint64_t ptrOffset;
|
||||
};
|
||||
|
||||
struct QueueCrashReport
|
||||
|
||||
Reference in New Issue
Block a user