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