Changeset 442b624


Ignore:
Timestamp:
Aug 20, 2020, 11:10:38 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:
88cafe7
Parents:
9705ffe
Message:

temporarily disable ARM disable/enable_global_interrupts()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel/fwd.hfa

    r9705ffe r442b624  
    6161        }
    6262
    63         #ifdef __ARM_ARCH
     63        #if 0 // def __ARM_ARCH
    6464                // function prototypes are only really used by these macros on ARM
    6565                void disable_global_interrupts();
Note: See TracChangeset for help on using the changeset viewer.