1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Workaround gcc issues.

This commit is contained in:
Bartosz Taudul
2017-11-14 23:29:48 +01:00
committed by Bartosz Taudul
parent 540f71cfd6
commit 2f669aea41
3 changed files with 14 additions and 9 deletions
+1 -2
View File
@@ -100,8 +100,7 @@ moodycamel::ConcurrentQueue<QueueItem> init_order(103) s_queue( QueuePrealloc );
std::atomic<uint32_t> init_order(104) s_lockCounter( 0 );
std::atomic<uint16_t> init_order(104) s_gpuCtxCounter( 0 );
class GpuCtx;
thread_local GpuCtx* init_order(104) s_gpuCtx = nullptr;
thread_local GpuCtxWrapper init_order(104) s_gpuCtx { nullptr };
#ifdef TRACY_COLLECT_THREAD_NAMES
struct ThreadNameData;