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