Ignore:
File:
1 edited

Legend:

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

    rac5816d rfe9468e2  
    4343                canary = 0x0D15EA5E0D15EA5Ep;
    4444        #endif
    45 
    46         seqable.next = 0p;
    47         seqable.back = 0p;
    4845
    4946        node.next = 0p;
     
    133130
    134131        this_thrd->context.[SP, FP] = this_thrd->self_cor.context.[SP, FP];
    135         /* paranoid */ verify( this_thrd->context.SP );
     132        verify( this_thrd->context.SP );
    136133
    137134        __schedule_thread( this_thrd );
Note: See TracChangeset for help on using the changeset viewer.