Ignore:
Timestamp:
Aug 14, 2020, 1:29:03 PM (4 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
762fbc1
Parents:
4c925cd
Message:

Exceptions now get their context differently with libcfathread. Added a number of tests to help test this.

File:
1 edited

Legend:

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

    r4c925cd r5715d43  
    215215                return cor;
    216216        }
     217
     218        struct $coroutine * __cfactx_cor_active(void) {
     219                return active_coroutine();
     220        }
    217221}
    218222
Note: See TracChangeset for help on using the changeset viewer.