Ignore:
Timestamp:
Jan 17, 2020, 3:01:27 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
9e63a2b
Parents:
4a063df
Message:

change all example waitfor statements from comma separate to colon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/schedext/cfa1.cfa

    r4a063df rcca568e  
    1616        go = 1;
    1717        for ( i; times ) {
    18                 waitfor(call, a1);
     18                waitfor(call : a1);
    1919        }
    2020        go = 0;
Note: See TracChangeset for help on using the changeset viewer.