Ignore:
Timestamp:
Jan 6, 2008, 2:05:51 PM (16 years ago)
Author:
dai_9181
Message:

解釈不可能なステートメントでコンパイルエラーにならなくなっていたので修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler64/Compile_Statement.cpp

    r381 r386  
    9696    pobj_reg=new CRegister(REG_RAX);
    9797
    98     if( strstr(leftTerm,"赤"))
    99     {
    100         int test=0;
    101     }
    102 
    10398    Type resultType;
    10499    bool isLiteral;
     
    121116            FreeTempObject(REG_R14,&resultType.GetClass());
    122117        }
    123     }
     118
     119        return;
     120    }
     121
     122    // どこにも当てはまらなかったため、失敗
     123    SetError(1,NULL,cp);
    124124}
    125125
Note: See TracChangeset for help on using the changeset viewer.