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:
parent
f64fb95a77
commit
4416dff342
@ -175,7 +175,7 @@ class Profiler
|
||||
{
|
||||
SymbolQueueItemType type;
|
||||
uint64_t ptr;
|
||||
uint32_t extra;
|
||||
uint64_t extra;
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user