Ignore:
Timestamp:
Apr 24, 2021, 7:45:02 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
fb0be05
Parents:
89eff25 (diff), 254ad1b (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/thread.cfa

    r89eff25 rcfff639  
    136136        /* paranoid */ verify( this_thrd->context.SP );
    137137
    138         __schedule_thread( this_thrd );
    139         enable_interrupts( __cfaabi_dbg_ctx );
     138        schedule_thread$( this_thrd );
     139        enable_interrupts();
    140140}
    141141
     
    170170        disable_interrupts();
    171171        uint64_t ret = __tls_rand();
    172         enable_interrupts( __cfaabi_dbg_ctx );
     172        enable_interrupts();
    173173        return ret;
    174174}
Note: See TracChangeset for help on using the changeset viewer.