Changeset 233 in dev for trunk/abdev/BasicCompiler32


Ignore:
Timestamp:
Jul 25, 2007, 4:05:50 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_Var.cpp

    r231 r233  
    10971097        //アラインメントを考慮
    10981098        if( pVar->GetType().IsStruct() ){
    1099             int alignment = pVar->GetType().GetClass().iAlign;
     1099            int alignment = pVar->GetType().GetClass().GetFixedAlignment();
    11001100
    11011101            if( alignment ){
Note: See TracChangeset for help on using the changeset viewer.