Changeset a83d08b
- Timestamp:
 - May 14, 2018, 8:40:28 AM (7 years ago)
 - 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
 - File:
 - 
      
- 1 edited
 
- 
          
  src/driver/cfa.cc (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/driver/cfa.cc
re3215c5 ra83d08b 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat May 12 17:07:53201813 // Update Count : 24 012 // Last Modified On : Mon May 14 07:52:50 2018 13 // Update Count : 243 14 14 // 15 15 … … 253 253 } // for 254 254 255 // if ( MACHINE_TYPE == "x86_64" ) { 256 // args[nargs] = "-mcx16";// allow double-wide CAA257 //nargs += 1;258 // } // if 255 #ifdef __x86_64__ 256 args[nargs] = "-mcx16"; // allow double-wide CAA 257 nargs += 1; 258 #endif // __x86_64__ 259 259 260 260 #ifdef __DEBUG_H__  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.