Changeset 97cba9f for libcfa


Ignore:
Timestamp:
Aug 21, 2020, 1:46:13 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
61b1447, 772411a, 7cfef0d, c2bc6d5
Parents:
ba70330
Message:

fix comment

File:
1 edited

Legend:

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

    rba70330 r97cba9f  
    1010// Created On       : Mon Jun 5 14:20:42 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Aug 21 07:54:40 2020
    13 // Update Count     : 51
     12// Last Modified On : Fri Aug 21 13:45:32 2020
     13// Update Count     : 52
    1414//
    1515
     
    366366        // the interrupt that is supposed to force the kernel thread to preempt might arrive
    367367        // before the kernel thread has even started running. When that happens, an interrupt
    368         // we a null 'this_processor' will be caught, just ignore it.
     368        // with a null 'this_processor' will be caught, just ignore it.
    369369        if(! kernelTLS.this_processor ) return;
    370370
Note: See TracChangeset for help on using the changeset viewer.