Index: libcfa/src/concurrency/coroutine.hfa
===================================================================
--- libcfa/src/concurrency/coroutine.hfa	(revision 427854baeaba2d97cb23623b6d3c3ad7f7b0dbdd)
+++ libcfa/src/concurrency/coroutine.hfa	(revision 7030dab75c493bbd89de53cb88e496019c794ff4)
@@ -70,5 +70,5 @@
 static inline void $ctx_switch( $coroutine * src, $coroutine * dst ) __attribute__((nonnull (1, 2))) {
 	// set state of current coroutine to inactive
-	src->state = src->state == Halted ? Halted : Inactive;
+	src->state = src->state == Halted ? Halted : Blocked;
 
 	// set new coroutine that task is executing
