Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel.c

    r39fea2f rb462670  
    115115void ?{}(processorCtx_t & this, processor * proc) {
    116116        (this.__cor){ "Processor" };
    117         this.__cor.starter = &mainThread->cor;
     117        this.__cor.starter = NULL;
    118118        this.proc = proc;
    119119        proc->runner = &this;
Note: See TracChangeset for help on using the changeset viewer.