Changeset 93526ef


Ignore:
Timestamp:
Aug 18, 2020, 1:58:10 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:
f2384c9a
Parents:
794db28
Message:

Fixed assertion due to typo in IO

File:
1 edited

Legend:

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

    r794db28 r93526ef  
    255255                        // We didn't get anything baton pass to the slow poller
    256256                        else {
    257                                 __STATS__( true,
     257                                __STATS__( false,
    258258                                        io.complete_q.blocks += 1;
    259259                                )
Note: See TracChangeset for help on using the changeset viewer.