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