Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/invoke.c

    ree897e4b r8761006c  
    4848      main( this );
    4949
    50       cor->state = Halted;
     50      cor->state = Halt;
     51      cor->notHalted = false;
    5152
    5253      //Final suspend, should never return
Note: See TracChangeset for help on using the changeset viewer.