Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/ctxswitch/cfa_thrd2.cfa

    rb4107c8 r2316525  
    88
    99void main(__attribute__((unused)) Fibre & this) {
    10         while(!done) {
     10        while ( ! done ) {
    1111                yield();
    1212        }
     
    1717        Fibre f1;
    1818        BENCH(
    19                 for ( i; times ) {
     19                for ( times ) {
    2020                        yield();
    2121                },
Note: See TracChangeset for help on using the changeset viewer.