- File:
-
- 1 edited
-
libcfa/src/concurrency/thread.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/thread.cfa
re873838 rac12f1f 41 41 link.preferred = -1; 42 42 #if defined( __CFA_WITH_VERIFY__ ) 43 canary = 0x0D15EA5E0D15EA5E ;43 canary = 0x0D15EA5E0D15EA5Ep; 44 44 #endif 45 45 … … 53 53 void ^?{}($thread& this) with( this ) { 54 54 #if defined( __CFA_WITH_VERIFY__ ) 55 canary = 0xDEADDEADDEADDEAD ;55 canary = 0xDEADDEADDEADDEADp; 56 56 #endif 57 57 unregister(curr_cluster, this);
Note:
See TracChangeset
for help on using the changeset viewer.