mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00: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