Ignore:
Timestamp:
Nov 21, 2022, 9:04:47 PM (20 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
d41735a
Parents:
857081e
Message:

remove unsigned cast for prng calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/barrier/order.cfa

    r857081e r7bc84b8  
    3737        for(l; NUM_LAPS) {
    3838                // Yield for chaos
    39                 yield( (unsigned)prng(this, 10) );
     39                yield( prng(this, 10) );
    4040
    4141                // Block and what order we arrived
Note: See TracChangeset for help on using the changeset viewer.