Changeset 29 in dev for BasicCompiler32


Ignore:
Timestamp:
Jan 10, 2007, 2:27:58 AM (17 years ago)
Author:
dai_9181
Message:

Ver5.0β10としてリリース。
すべてのクラスをObjectからの派生にした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler32/Compile_CallProc.cpp

    r28 r29  
    410410                SetVarPtrToEax(&RelativeVar);
    411411
    412                 //参照タイプが整合しているかをチェック
    413                 if(i2!=RefType) SetError(104,ObjectName,cp);
    414 
    415                 if(i2==DEF_PTR_OBJECT){
     412                //参照タイプが "->" の場合
     413                if(RefType==DEF_PTR_OBJECT){
    416414                    //mov eax,dword ptr[eax]
    417415                    OpBuffer[obp++]=(char)0x8B;
Note: See TracChangeset for help on using the changeset viewer.