Ignore:
Timestamp:
Oct 26, 2020, 5:10:02 PM (4 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
cb25fc9
Parents:
ab8c6a6
Message:

Some exception clean-up that did not require any drastic changes.

File:
1 edited

Legend:

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

    rab8c6a6 r342be43  
    5454
    5555STOP_AT_END_FUNCTION(thread_cancelstop,
    56     __cfactx_thrd_leave();
    57     __cabi_abort( "Resumed cancelled thread" );
     56        __cfactx_thrd_leave();
     57        __cabi_abort( "Resumed cancelled thread" );
    5858)
    5959
Note: See TracChangeset for help on using the changeset viewer.