Index: src/libcfa/concurrency/coroutine
===================================================================
--- src/libcfa/concurrency/coroutine	(revision 91c389a0cc77a9170087b8d43a7c6448d605c377)
+++ src/libcfa/concurrency/coroutine	(revision a1edafa4cdaef39b89d777ace0514d4622c8c81b)
@@ -63,5 +63,5 @@
 
 // Get current coroutine
-extern volatile thread_local coroutine_desc * this_coroutine;
+extern thread_local coroutine_desc * volatile this_coroutine;
 
 // Private wrappers for context switch and stack creation
