Ignore:
Timestamp:
Jan 7, 2007, 4:12:53 AM (17 years ago)
Author:
dai_9181
Message:

実体オブジェクトを戻り値に持つ静的メソッドをクラス内から呼び出すと「パラメータが異なる」というエラーが出るバグを修正。
Exceptionに関するファイルを追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/Compile_CallProc.cpp

    r20 r26  
    283283                return -1;
    284284            }
     285
     286            //静的メンバ
     287            bStatic=1;
    285288        }
    286289
Note: See TracChangeset for help on using the changeset viewer.