Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel/fwd.hfa

    r563a36b rf3da205  
    289289                                        if( expected == 2p ) {
    290290                                                while( this.ptr != 1p ) Pause();
    291                                                 /* paranoid */ verify( this.ptr == 1p );
     291                                                /* paranoid */ verify( this.ptr != 1p );
    292292                                                return true;
    293293                                        }
Note: See TracChangeset for help on using the changeset viewer.