Index: libcfa/src/concurrency/coroutine.hfa
===================================================================
--- libcfa/src/concurrency/coroutine.hfa	(revision e4b6b7d3078508f25bcd33ed353583097f038952)
+++ libcfa/src/concurrency/coroutine.hfa	(revision 361bf012e550db91b38f772bfbc7cb7ed2e49033)
@@ -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;
 	}
 
