From 4416dff34200c201781ba1095d37277b11a8ef54 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 12 Oct 2022 22:23:06 +0200 Subject: Increase extra data in SymbolQueueItem to 64 bit. --- public/client/TracyProfiler.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/client/TracyProfiler.hpp b/public/client/TracyProfiler.hpp index 9992962b..27dbbd93 100644 --- a/public/client/TracyProfiler.hpp +++ b/public/client/TracyProfiler.hpp @@ -175,7 +175,7 @@ class Profiler { SymbolQueueItemType type; uint64_t ptr; - uint32_t extra; + uint64_t extra; }; public: -- cgit v1.2.3