edits
[cdsspec-compiler.git] / benchmark / mpmc-queue / testcase2.cc
index a26f9811242dd9fbb303753afe8db07ba6192cdf..f03ea410f744d0e476e2004d8db47017b4a69846 100644 (file)
@@ -61,7 +61,7 @@ void threadB(struct mpmc_boundq_1_alt<int32_t, 1> *queue)
 
 int user_main(int argc, char **argv)
 {
-       struct mpmc_boundq_1_alt<int32_t, 1> queue;
+       struct mpmc_boundq_1_alt<int32_t, 1> queue(0x1);
        thrd_t A, A1, B;
 
        printf("Adding initial element\n");