Ignore:
Timestamp:
Sep 27, 2007, 1:47:46 AM (17 years ago)
Author:
dai_9181
Message:

AddressOfの左辺値を加味した処理を簡潔にした

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp

    r319 r331  
    525525                        , compiler.pCompilingClass->GetSuperClass().GetConstructorMethod()->GetUserProc().GetName().c_str()
    526526                        , temporary
    527                         , dummyType );
     527                        , Type()        // baseTypeはなし
     528                        , dummyType
     529                    );
    528530                }
    529531                else{
Note: See TracChangeset for help on using the changeset viewer.