edits
[cdsspec-compiler.git] / benchmark / ms-queue / my_queue.c
index b942be572b09d83aca4892ac11f2ba1588ee0342..fdea1a4bab7148323c07d0edc6d5e5ba62d4b9ce 100644 (file)
@@ -194,6 +194,7 @@ bool dequeue(queue_t *q, int *retVal)
                 * relaxed (it introduces a bug when there's two dequeuers and one
                 * enqueuer) correctness bug!!
                 */
+               /**** SPEC (sequential) (testcase1.c) ****/
                /**** New bug ****/
                tail = atomic_load_explicit(&q->tail, acquire);