1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-30 20:53:52 +00: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
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -175,7 +175,7 @@ class Profiler
{ {
SymbolQueueItemType type; SymbolQueueItemType type;
uint64_t ptr; uint64_t ptr;
uint32_t extra; uint64_t extra;
}; };
public: public: