Index: libcfa/src/concurrency/coroutine.hfa
===================================================================
--- libcfa/src/concurrency/coroutine.hfa	(revision e4b6b7d3078508f25bcd33ed353583097f038952)
+++ libcfa/src/concurrency/coroutine.hfa	(revision 6ce9a4f297d4918e7b8b49639bfe4b05657a5dcf)
@@ -144,8 +144,6 @@
 
 	if( unlikely(dst->context.SP == 0p) ) {
-		active_thread()->curr_cor = dst;
 		__stack_prepare(&dst->stack, 65000);
 		__cfactx_start(main, dst, cor, __cfactx_invoke_coroutine);
-		active_thread()->curr_cor = src;
 	}
 
