Changeset 4c1b48f3


Ignore:
Timestamp:
Mar 30, 2018, 11:38:42 PM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
17417cf
Parents:
94ddede
Message:

fix build issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/invoke.h

    r94ddede r4c1b48f3  
    1010// Created On       : Tue Jan 17 12:27:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Mar 30 14:28:31 2018
    13 // Update Count     : 29
     12// Last Modified On : Fri Mar 30 22:33:59 2018
     13// Update Count     : 30
    1414//
    1515
     
    4646                } kernelThreadData;
    4747        }
    48         #endif
    4948
    5049        static inline struct coroutine_desc * volatile active_coroutine() { return TL_GET( this_coroutine ); }
    5150        static inline struct thread_desc * volatile active_thread() { return TL_GET( this_thread ); }
    5251        static inline struct processor * volatile active_processor() { return TL_GET( this_processor ); }
     52        #endif
    5353
    5454        struct coStack_t {
Note: See TracChangeset for help on using the changeset viewer.