Index: src/IceCfg.cpp |
diff --git a/src/IceCfg.cpp b/src/IceCfg.cpp |
index b5cc93b7a5cb897b499bc0250117a0f09fa77818..a56ae2e17f994a4f1d98b815e2b5036decf3d250 100644 |
--- a/src/IceCfg.cpp |
+++ b/src/IceCfg.cpp |
@@ -25,7 +25,7 @@ |
namespace Ice { |
-thread_local const Cfg *Cfg::CurrentCfg = nullptr; |
+ICE_ATTRIBUTE_TLS const Cfg *Cfg::CurrentCfg = nullptr; |
ArenaAllocator<> *getCurrentCfgAllocator() { |
return Cfg::getCurrentCfgAllocator(); |