Ignore:
File:
1 edited

Legend:

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

    re873838 r6a77224  
    127127        verify( this_thrd->context.SP );
    128128
    129         __schedule_thread( this_thrd );
     129        __schedule_thread( (__processor_id_t *)kernelTLS.this_processor, this_thrd);
    130130        enable_interrupts( __cfaabi_dbg_ctx );
    131131}
Note: See TracChangeset for help on using the changeset viewer.