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

    r319 r331  
    497497                        , compiler.pCompilingClass->GetSuperClass().GetConstructorMethod()->GetUserProc().GetName().c_str()
    498498                        , temporary
    499                         , dummyType );
     499                        , Type()        // baseTypeはなし
     500                        , dummyType
     501                    );
    500502                }
    501503                else{
Note: See TracChangeset for help on using the changeset viewer.