Index: src/libcfa/concurrency/invoke.h
===================================================================
--- src/libcfa/concurrency/invoke.h	(revision 273cde68db4cddaf19506d2387d8c0d95059056b)
+++ src/libcfa/concurrency/invoke.h	(revision 17417cf22d115c461bae828670325c365c54b22b)
@@ -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 {
