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