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