Index: libcfa/src/concurrency/coroutine.cfa
===================================================================
--- libcfa/src/concurrency/coroutine.cfa	(revision ac2b5984c4b0375acbf29ad1d84b311620fd487c)
+++ libcfa/src/concurrency/coroutine.cfa	(revision c7f834ee97540f7ecf7e9479b5c836cab282be31)
@@ -208,5 +208,5 @@
 
 		if(cor->state == Primed) {
-			suspend();
+			__cfactx_suspend();
 		}
 
