Changeset 8c01e1b for libcfa/src/concurrency/coroutine.hfa
- Timestamp:
- Apr 4, 2019, 5:28:47 PM (4 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 211228e0
- Parents:
- b2f6113
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/coroutine.hfa
rb2f6113 r8c01e1b 102 102 coroutine_desc * dst = get_coroutine(cor); 103 103 104 if( unlikely( !dst->stack.storage || !dst->stack.storage->base) ) {104 if( unlikely(dst->context.SP == NULL) ) { 105 105 __stack_prepare(&dst->stack, 65000); 106 106 CtxStart(&cor, CtxInvokeCoroutine);
Note: See TracChangeset
for help on using the changeset viewer.