Ignore:
Timestamp:
Mar 6, 2008, 11:28:05 PM (16 years ago)
Author:
dai_9181
Message:

[415]を64bit版にマージ。

File:
1 edited

Legend:

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

    r402 r416  
    177177
    178178    //型を識別
    179     if( !GetVarType(variable,varType,false) ){
     179    if( !GetTermTypeOnlyVariable(variable,varType) ){
    180180
    181181        // プロパティ用のメソッドを呼び出す
     
    205205
    206206    //変数アドレスを取得
    207     RELATIVE_VAR VarRelativeVar;
    208     bool result = GetVarOffsetReadWrite(
    209         variable,
    210         &VarRelativeVar,
    211         varType);
     207    if( !TermOpeOnlyVariable( variable, varType, VarRelativeVar, true ) )
     208    {
     209        SetError();
     210        return;
     211    }
    212212
    213213    //レジスタのブロッキングを解除
Note: See TracChangeset for help on using the changeset viewer.