Changeset b2fc7ad9


Ignore:
Timestamp:
Apr 28, 2021, 5:04:34 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:
c993b15
Parents:
b7fd2db6
Message:

Fixed missing return.
Was incorrectly removed in a33c11376e88fecef869e2f63e32b80f9410edc8

File:
1 edited

Legend:

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

    rb7fd2db6 rb2fc7ad9  
    131131                        /*paranoid*/ verify((((uintptr_t)&data[i]) % cache_line_size) == 0);
    132132                        proc->id = i;
     133                        return;
    133134                }
    134135        }
Note: See TracChangeset for help on using the changeset viewer.