Changeset de917da3


Ignore:
Timestamp:
Jun 24, 2020, 1:39:35 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
52769ba
Parents:
13c5e19
Message:

Removed flaky verify in io

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/io.cfa

    r13c5e19 rde917da3  
    464464                        }
    465465                }
    466 
    467                 uint32_t nhead = *ring.submit_q.head;
    468                 verifyf( (shead + ret) == nhead, "Expected %u got %u\n", (shead + ret), nhead );
    469466
    470467                // Release the consumed SQEs
Note: See TracChangeset for help on using the changeset viewer.