Changeset 0157ca7 for src


Ignore:
Timestamp:
Jan 27, 2017, 1:06:46 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
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, resolv-new, with_gc
Children:
0a86a30, 0c92c9f
Parents:
ad56482
Message:

Fixed incorrectly hand-mangled name

Location:
src/libcfa/concurrency
Files:
2 edited

Legend:

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

    rad56482 r0157ca7  
    1 //                              -*- Mode: CFA -*-
     1//                              -*- Mode: C -*-
    22//
    33// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
     
    2929
    3030extern void __suspend_no_inline__F___1(void);
    31 extern void __signal_termination__F_P9sthread_h__1(struct thread*);
     31extern void __signal_termination__F_P7sthread__1(struct thread*);
    3232
    3333void CtxInvokeCoroutine(
     
    7272      main( this );
    7373
    74       __signal_termination__F_P9sthread_h__1(thrd);
     74      __signal_termination__F_P7sthread__1(thrd);
    7575
    7676      //Final suspend, should never return
  • src/libcfa/concurrency/invoke.h

    rad56482 r0157ca7  
    1 //                              -*- Mode: CFA -*-
     1//                              -*- Mode: C -*-
    22//
    33// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
Note: See TracChangeset for help on using the changeset viewer.