Changeset 759 in dev for branches/x64_compiler_on_32/abdev/BasicCompiler_Common/include
- Timestamp:
- Sep 26, 2008, 11:49:14 PM (17 years ago)
- Location:
- branches/x64_compiler_on_32/abdev/BasicCompiler_Common/include
- Files:
- 
      - 2 edited
 
 - 
          
  CodeGenerator.h (modified) (2 diffs)
- 
          
  ver.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/x64_compiler_on_32/abdev/BasicCompiler_Common/include/CodeGenerator.hr641 r759 3 3 #include <LexicalScope.h> 4 4 5 #if def _AMD64_5 #if defined _AMD64_ || defined BUILD_X64_COMPILER 6 6 #include "../../compiler_x64/MachineFixed.h" 7 7 #else … … 303 303 304 304 305 #if def _AMD64_305 #if defined _AMD64_ || defined BUILD_X64_COMPILER 306 306 ///////////////////////////////////////////////////////////////// 307 307 // 64ビット機械語生成 
- 
      branches/x64_compiler_on_32/abdev/BasicCompiler_Common/include/ver.hr388 r759 7 7 #ifdef _AMD64_ 8 8 #define VER_INFO "(x64)" 9 #elif defined BUILD_X64_COMPILER 10 #define VER_INFO "(x64 on x86)" 9 11 #else 10 12 #define VER_INFO "" 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
