Ignore:
Timestamp:
Jun 30, 2008, 12:38:54 AM (16 years ago)
Author:
dai_9181
Message:

値渡しの構造体パラメータが正常に引き渡されない不具合を修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/src/LexicalScope.cpp

    r537 r677  
    120120        if( pVar->GetScopeLevel() != GetNowLevel() ) continue;
    121121
    122         if( pVar->GetType().IsStruct() && pVar->IsParameter() ){
     122        if( pVar->IsByValStructParameter() ){
    123123            //構造体パラメータを持つとき
    124124
Note: See TracChangeset for help on using the changeset viewer.