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