Changeset 353aaba


Ignore:
Timestamp:
May 14, 2021, 5:56:36 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
7fca832
Parents:
c457dc41
Message:

Moved stats cnt to fix 32-bit build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/ready_subqueue.hfa

    rc457dc41 r353aaba  
    1212        volatile bool lock;
    1313
     14        __thread_desc_link anchor;
     15
    1416        #if !defined(__CFA_NO_STATISTICS__)
    1517                unsigned cnt;
    1618        #endif
    17 
    18         __thread_desc_link anchor;
    1919};
    2020
Note: See TracChangeset for help on using the changeset viewer.