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