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

Increase extra data in SymbolQueueItem to 64 bit.

This commit is contained in:
Bartosz Taudul
2022-10-12 22:23:06 +02:00
parent f64fb95a77
commit 4416dff342
+1 -1
View File
@@ -175,7 +175,7 @@ class Profiler
{
SymbolQueueItemType type;
uint64_t ptr;
uint32_t extra;
uint64_t extra;
};
public: