Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/coroutine.hfa

    rbfcf6b9 r4422579  
    144144
    145145        if( unlikely(dst->context.SP == 0p) ) {
    146                 active_thread()->curr_cor = dst;
    147146                __stack_prepare(&dst->stack, 65000);
    148147                __cfactx_start(main, dst, cor, __cfactx_invoke_coroutine);
    149                 active_thread()->curr_cor = src;
    150148        }
    151149
Note: See TracChangeset for help on using the changeset viewer.