Ignore:
Timestamp:
Jan 14, 2021, 11:30:39 AM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
54cc2bf
Parents:
270bdc8 (diff), ec19b21 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

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

    r270bdc8 r7836dad  
    749749                __cfaabi_dbg_debug_do(
    750750                        memset(sqe, 0xde, sizeof(*sqe));
    751                         sqe->opcode = IORING_OP_LAST;
     751                        sqe->opcode = (sizeof(opcodes) / sizeof(const char *)) - 1;
    752752                );
    753753
Note: See TracChangeset for help on using the changeset viewer.