Changeset 232 in dev for trunk/abdev/BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- Jul 25, 2007, 4:04:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/VariableOpe.cpp
r206 r232 1002 1002 int alignment = 0; 1003 1003 if( pVar->GetType().IsStruct() ){ 1004 alignment = pVar->GetType().GetClass(). iAlign;1004 alignment = pVar->GetType().GetClass().GetFixedAlignment(); 1005 1005 } 1006 1006
Note:
See TracChangeset
for help on using the changeset viewer.