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