1
0
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:
Bartosz Taudul
2021-10-16 16:29:06 +02:00
parent b099df75c2
commit a1511a39bd
4 changed files with 13 additions and 11 deletions
+2 -2
View File
@@ -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