Ignore:
Timestamp:
Aug 11, 2007, 4:23:18 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Variable.cpp

    r273 r275  
    7474}
    7575
    76 void Variables::Add( Variable *pVar, bool isInitArea )
     76void Variables::Add( Variable *pVar )
    7777{
    7878    int alignment = 0;
     
    8181    }
    8282
    83     if( isInitArea ){
     83    if( pVar->HasInitData() ){
    8484        //初期バッファがあるとき
    8585
Note: See TracChangeset for help on using the changeset viewer.