save
[cdsspec-compiler.git] / benchmark / chase-lev-deque-bugfix / main.c
index 782539e9dd43b6ab4e427b8cb780546b8119d236..1906f1d66e4cc31857ff34bcf3bb895b2f7abb81 100644 (file)
@@ -15,6 +15,7 @@ int c;
 
 static void task(void * param) {
        a=steal(q);
+       a=steal(q);
 }
 
 int user_main(int argc, char **argv)