Changeset 01963df for src/libcfa


Ignore:
Timestamp:
Apr 13, 2018, 11:16:24 AM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
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
Message:

Update condition in kernel.c

File:
1 edited

Legend:

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

    rd0d5054 r01963df  
    627627        __cfaabi_dbg_bits_write( abort_text, len );
    628628
    629         if ( thrd != TL_GET( this_coroutine ) ) {
     629        if ( get_coroutine(thrd) != TL_GET( this_coroutine ) ) {
    630630                len = snprintf( abort_text, abort_text_size, " in coroutine %.256s (%p).\n", TL_GET( this_coroutine )->name, TL_GET( this_coroutine ) );
    631631                __cfaabi_dbg_bits_write( abort_text, len );
Note: See TracChangeset for help on using the changeset viewer.