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