- File:
-
- 1 edited
-
libcfa/src/concurrency/thread.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/thread.cfa
r254ad1b r8edbe40 134 134 /* paranoid */ verify( this_thrd->context.SP ); 135 135 136 schedule_thread$( this_thrd );137 enable_interrupts( );136 __schedule_thread( this_thrd ); 137 enable_interrupts( __cfaabi_dbg_ctx ); 138 138 } 139 139 … … 168 168 disable_interrupts(); 169 169 uint64_t ret = __tls_rand(); 170 enable_interrupts( );170 enable_interrupts( __cfaabi_dbg_ctx ); 171 171 return ret; 172 172 }
Note:
See TracChangeset
for help on using the changeset viewer.