Changeset a83d08b for src


Ignore:
Timestamp:
May 14, 2018, 8:40:28 AM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
74b19fb
Parents:
e3215c5
Message:

for x86_64, allow double-wide CAA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/driver/cfa.cc

    re3215c5 ra83d08b  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat May 12 17:07:53 2018
    13 // Update Count     : 240
     12// Last Modified On : Mon May 14 07:52:50 2018
     13// Update Count     : 243
    1414//
    1515
     
    253253        } // for
    254254
    255 //    if ( MACHINE_TYPE == "x86_64" ) {
    256 //              args[nargs] = "-mcx16";                                                 // allow double-wide CAA
    257 //              nargs += 1;
    258 //    } // if
     255#ifdef __x86_64__
     256        args[nargs] = "-mcx16";                                                         // allow double-wide CAA
     257        nargs += 1;
     258#endif // __x86_64__
    259259
    260260#ifdef __DEBUG_H__
Note: See TracChangeset for help on using the changeset viewer.