Chromium Code Reviews| Index: src/IceGlobalContext.cpp |
| diff --git a/src/IceGlobalContext.cpp b/src/IceGlobalContext.cpp |
| index 74dfb9ecebd7c29797960fd13498721b6fa31dc7..77848e18c24fc8ddaf712a30cdfd2a3a6406305f 100644 |
| --- a/src/IceGlobalContext.cpp |
| +++ b/src/IceGlobalContext.cpp |
| @@ -518,6 +518,6 @@ TimerMarker::TimerMarker(TimerIdT ID, const Cfg *Func) |
| } |
| } |
| -thread_local GlobalContext::ThreadContext *GlobalContext::TLS; |
| +ATTRIBUTE_TLS GlobalContext::ThreadContext *GlobalContext::TLS; |
| } // end of namespace Ice |