Index: benchmark/creation/cfa_cor.cfa
===================================================================
--- benchmark/creation/cfa_cor.cfa	(revision e764ee12cbb7d17976c0d0071bc0c8bcdf4d2a58)
+++ benchmark/creation/cfa_cor.cfa	(revision 67d2b97876c8dbfa06bc7491630118bbab21dfc9)
@@ -7,5 +7,5 @@
 void ?{} (MyCoroutine & this) {
 #ifdef EAGER
-	prime(this);
+	resume(this);
 #endif
 }
