Ignore:
Timestamp:
Aug 12, 2007, 1:25:20 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/Class.cpp

    r272 r276  
    732732        if(!pUserProc) continue;
    733733
    734         // 古いOpBufferを利用する場合は_beginOpAddressOldでないとダメ
    735         //pVtbl[i]=pUserProc->_beginOpAddressOld+ImageBase+MemPos_CodeSection;
    736734        pVtbl[i]=pUserProc->GetBeginOpAddress()+ImageBase+MemPos_CodeSection;
    737735    }
     
    954952                member->GetConstructParameter().c_str(),
    955953                0);
    956 
    957             //ネイティブコードバッファの再確保
    958             ReallocNativeCodeBuffer();
    959954
    960955            i++;
     
    15021497        // コンパイル
    15031498        ChangeOpcode( temporary );
    1504 
    1505         // ネイティブコードバッファの再確保
    1506         ReallocNativeCodeBuffer();
    15071499    }
    15081500
     
    15501542            ChangeOpcode( temporary );
    15511543        }
    1552 
    1553         // ネイティブコードバッファの再確保
    1554         ReallocNativeCodeBuffer();
    15551544    }
    15561545
Note: See TracChangeset for help on using the changeset viewer.