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