Index: benchmark/ctxswitch/cfa_cor.cfa
===================================================================
--- benchmark/ctxswitch/cfa_cor.cfa	(revision 8633485b53ccf10786bcb6ce270cac069166b0d7)
+++ benchmark/ctxswitch/cfa_cor.cfa	(revision dfa43602bd7af4000c92703f5f8bd89e83da1bab)
@@ -7,5 +7,5 @@
 void main( __attribute__((unused)) C & ) {
 	while () {
-		suspend();
+		suspend;
 	}
 }
