Index: src/libcfa/concurrency/invoke.h
===================================================================
--- src/libcfa/concurrency/invoke.h	(revision b10affdcb702e2f50d20fa65715ce6473d2bebb4)
+++ src/libcfa/concurrency/invoke.h	(revision ce28c7ba3d6151859d6cb94786b4e3f694b2a96c)
@@ -10,6 +10,6 @@
 // Created On       : Tue Jan 17 12:27:26 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Mar 30 14:28:31 2018
-// Update Count     : 29
+// Last Modified On : Fri Mar 30 22:33:59 2018
+// Update Count     : 30
 //
 
@@ -46,9 +46,9 @@
 		} kernelThreadData;
 	}
-	#endif
 
 	static inline struct coroutine_desc * volatile active_coroutine() { return TL_GET( this_coroutine ); }
 	static inline struct thread_desc * volatile active_thread() { return TL_GET( this_thread ); }
 	static inline struct processor * volatile active_processor() { return TL_GET( this_processor ); }
+	#endif
 
 	struct coStack_t {
