Changes in / [76e77a4:9317419]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r76e77a4 r9317419  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Apr 10 21:16:00 2023
    13 // Update Count     : 476
     12// Last Modified On : Tue May 23 16:22:47 2023
     13// Update Count     : 477
    1414//
    1515
     
    329329        #endif // __x86_64__
    330330
     331        #ifdef __ARM_ARCH
     332        args[nargs++] = "-mno-outline-atomics";                         // use ARM LL/SC instructions for atomics
     333        #endif // __ARM_ARCH
     334
    331335        #ifdef __DEBUG_H__
    332336        cerr << "args:";
Note: See TracChangeset for help on using the changeset viewer.