Changeset 233 in dev for trunk/abdev/BasicCompiler32
- Timestamp:
- Jul 25, 2007, 4:05:50 AM (18 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/abdev/BasicCompiler32/Compile_Var.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/abdev/BasicCompiler32/Compile_Var.cppr231 r233 1097 1097 //アラインメントを考慮 1098 1098 if( pVar->GetType().IsStruct() ){ 1099 int alignment = pVar->GetType().GetClass(). iAlign;1099 int alignment = pVar->GetType().GetClass().GetFixedAlignment(); 1100 1100 1101 1101 if( alignment ){ 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
