Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/readyQ/cycle.cpp

    r3b80db8 rebb6158  
    4646                        }
    4747                        for(unsigned i = 0; i < tthreads; i++) {
    48                                 threads[i] = new Fibre();
    49                                 threads[i]->run( partner_main, &thddata[i] );
     48                                threads[i] = new Fibre( reinterpret_cast<void (*)(void *)>(partner_main), &thddata[i] );
    5049                        }
    5150                        printf("Starting\n");
Note: See TracChangeset for help on using the changeset viewer.