Ignore:
Timestamp:
Mar 7, 2008, 5:32:29 AM (16 years ago)
Author:
dai_9181
Message:

[416]のコミットによって発生した64bit版での不具合を修正。

File:
1 edited

Legend:

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

    r416 r417  
    205205
    206206    //変数アドレスを取得
     207    RELATIVE_VAR VarRelativeVar;
    207208    if( !TermOpeOnlyVariable( variable, varType, VarRelativeVar, true ) )
    208209    {
     
    213214    //レジスタのブロッキングを解除
    214215    pobj_BlockReg->clear();
    215 
    216     if( !result )
    217     {
    218         return;
    219     }
    220216
    221217    if(varType.GetBasicType()&FLAG_PTR){
Note: See TracChangeset for help on using the changeset viewer.