Ignore:
File:
1 edited

Legend:

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

    reb2e723 r596f987b  
    3535      };
    3636
    37       struct thread_h {
    38             struct coroutine c;
    39       };
    40 
    4137#endif //_INVOKE_H_
    4238#else //! defined(__CFA_INVOKE_PRIVATE__)
     
    5248      // assembler routines that performs the context switch
    5349      extern void CtxInvokeStub( void );
    54       void CtxSwitch( void * from, void * to ) asm ("CtxSwitch");
    55       void CtxGet( void * this ) asm ("CtxGet");
     50      void CtxSwitch( void *from, void *to ) asm ("CtxSwitch");
    5651
    5752#endif //_INVOKE_PRIVATE_H_
Note: See TracChangeset for help on using the changeset viewer.