Index: tests/concurrent/preempt.cfa
===================================================================
--- tests/concurrent/preempt.cfa	(revision 1612315240e2c22cd1c91ac79e6f50519f41cbe1)
+++ tests/concurrent/preempt.cfa	(revision b200492497c19c94ed9d6996c3c5952cfbb71f9c)
@@ -26,5 +26,5 @@
 thread worker_t {
 	int value;
-	unsigned spin = 0;
+	unsigned spin;
 };
 
@@ -44,5 +44,5 @@
 			if( (next % 100) == 0 ) printf("%d\n", (int)next);
 			__cfaabi_check_preemption();
-			spin = 0;
+			this.spin = 0;
 		}
 		__cfaabi_check_preemption();
