Changeset 89 in dev for BasicCompiler64/Compile_Var.cpp


Ignore:
Timestamp:
Apr 4, 2007, 2:03:09 AM (17 years ago)
Author:
dai_9181
Message:

実行時型情報の生成に対応。
関数の戻り値の型に抽象クラスを指定できるようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/Compile_Var.cpp

    r79 r89  
    12071207    }
    12081208
     1209    /*
     1210    TODO: 消す
     1211    変数は抽象クラスでもOK
    12091212    if( type.IsObject() ){
    12101213        if( type.GetClass().IsAbstract() ){
     
    12131216        }
    12141217    }
     1218    */
    12151219}
    12161220void SetVarPtrToReg(int reg,RELATIVE_VAR *pRelativeVar){
Note: See TracChangeset for help on using the changeset viewer.