Ignore:
File:
1 edited

Legend:

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

    rac12f1f re873838  
    4141        link.preferred = -1;
    4242        #if defined( __CFA_WITH_VERIFY__ )
    43                 canary = 0x0D15EA5E0D15EA5Ep;
     43                canary = 0x0D15EA5E0D15EA5E;
    4444        #endif
    4545
     
    5353void ^?{}($thread& this) with( this ) {
    5454        #if defined( __CFA_WITH_VERIFY__ )
    55                 canary = 0xDEADDEADDEADDEADp;
     55                canary = 0xDEADDEADDEADDEAD;
    5656        #endif
    5757        unregister(curr_cluster, this);
Note: See TracChangeset for help on using the changeset viewer.