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

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/VariableOpe.cpp

    r206 r232  
    10021002    int alignment = 0;
    10031003    if( pVar->GetType().IsStruct() ){
    1004         alignment = pVar->GetType().GetClass().iAlign;
     1004        alignment = pVar->GetType().GetClass().GetFixedAlignment();
    10051005    }
    10061006
Note: See TracChangeset for help on using the changeset viewer.