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/compiler_x86/Compile_ProcOp.cpp

    r642 r677  
    347347        if( param.IsRef() == false && param.IsStruct() ){
    348348            //構造体のByValパラメータ
    349             pVar->ThisIsParameter();
     349            pVar->ThisIsByValStructParameter();
    350350            varSize=PTR_SIZE;
    351351        }
Note: See TracChangeset for help on using the changeset viewer.