Changeset 01963df
- Timestamp:
- Apr 13, 2018, 11:16:24 AM (7 years ago)
- 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:
- e93f1d2
- Parents:
- d0d5054
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel.c
rd0d5054 r01963df 627 627 __cfaabi_dbg_bits_write( abort_text, len ); 628 628 629 if ( thrd!= TL_GET( this_coroutine ) ) {629 if ( get_coroutine(thrd) != TL_GET( this_coroutine ) ) { 630 630 len = snprintf( abort_text, abort_text_size, " in coroutine %.256s (%p).\n", TL_GET( this_coroutine )->name, TL_GET( this_coroutine ) ); 631 631 __cfaabi_dbg_bits_write( abort_text, len );
Note: See TracChangeset
for help on using the changeset viewer.