Ignore:
Timestamp:
May 13, 2021, 3:49:30 PM (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:
aff7e86, c457dc41
Parents:
8cd5434 (diff), 69914cbc (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/ready_queue.cfa

    r8cd5434 re2f601f  
    552552}
    553553
    554 static void assign_list(unsigned & value, dlist(processor, processor) & list, unsigned count) {
     554static void assign_list(unsigned & value, dlist(processor) & list, unsigned count) {
    555555        processor * it = &list`first;
    556556        for(unsigned i = 0; i < count; i++) {
Note: See TracChangeset for help on using the changeset viewer.