Ignore:
File:
1 edited

Legend:

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

    r254ad1b r8edbe40  
    134134        /* paranoid */ verify( this_thrd->context.SP );
    135135
    136         schedule_thread$( this_thrd );
    137         enable_interrupts();
     136        __schedule_thread( this_thrd );
     137        enable_interrupts( __cfaabi_dbg_ctx );
    138138}
    139139
     
    168168        disable_interrupts();
    169169        uint64_t ret = __tls_rand();
    170         enable_interrupts();
     170        enable_interrupts( __cfaabi_dbg_ctx );
    171171        return ret;
    172172}
Note: See TracChangeset for help on using the changeset viewer.