Ignore:
Timestamp:
Dec 20, 2024, 3:35:35 PM (9 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
9dc05782
Parents:
77148b0 (diff), 5251c6b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

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

    r77148b0 rd9f6d80  
    8181
    8282// helper for popping from coroutine's ehm buffer
    83 inline nonlocal_exception * pop_ehm_head( coroutine$ * this ) {
     83static nonlocal_exception * pop_ehm_head( coroutine$ * this ) {
    8484    lock( this->ehm_state.buffer_lock __cfaabi_dbg_ctx2 );
    8585    nonlocal_exception * nl_ex = pop_head( this->ehm_state.ehm_buffer );
Note: See TracChangeset for help on using the changeset viewer.