Changeset a344425


Ignore:
Timestamp:
Apr 1, 2021, 8:07:45 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
8c3a3a14
Parents:
fd1f65e
Message:

Messed up the condition for external push, fixed now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/ready_queue.cfa

    rfd1f65e ra344425  
    245245
    246246        #if !defined(__CFA_NO_STATISTICS__)
    247                 const bool external = cltr == kernelTLS().this_processor->cltr;
     247                const bool external = (!kernelTLS().this_proc_id->full_proc) || (cltr != kernelTLS().this_processor->cltr);
    248248        #endif
    249249
Note: See TracChangeset for help on using the changeset viewer.