save
[cdsspec-compiler.git] / benchmark / ms-queue / main.c
index 0346c1ddeb97db4f2f58b56d2681b852e2a0fccd..200ae4558eab7e5251ea47eeac582f723511016e 100644 (file)
@@ -19,7 +19,7 @@ int get_thread_num()
        for (i = 0; i < num_threads; i++)
                if (curr.priv == threads[i].priv)
                        return i;
-       MODEL_ASSERT(0);
+       //MODEL_ASSERT(0);
        return -1;
 }