Changeset 4422579 for libcfa/src
- Timestamp:
 - Dec 11, 2020, 12:58:15 PM (5 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - a6e0e4c
 - Parents:
 - 3bc59b7
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/concurrency/coroutine.hfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/concurrency/coroutine.hfa
r3bc59b7 r4422579 144 144 145 145 if( unlikely(dst->context.SP == 0p) ) { 146 active_thread()->curr_cor = dst;147 146 __stack_prepare(&dst->stack, 65000); 148 147 __cfactx_start(main, dst, cor, __cfactx_invoke_coroutine); 149 active_thread()->curr_cor = src;150 148 } 151 149  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.