Changeset 276 in dev for trunk/abdev/BasicCompiler_Common/src/Class.cpp
- Timestamp:
- Aug 12, 2007, 1:25:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Class.cpp
r272 r276 732 732 if(!pUserProc) continue; 733 733 734 // 古いOpBufferを利用する場合は_beginOpAddressOldでないとダメ735 //pVtbl[i]=pUserProc->_beginOpAddressOld+ImageBase+MemPos_CodeSection;736 734 pVtbl[i]=pUserProc->GetBeginOpAddress()+ImageBase+MemPos_CodeSection; 737 735 } … … 954 952 member->GetConstructParameter().c_str(), 955 953 0); 956 957 //ネイティブコードバッファの再確保958 ReallocNativeCodeBuffer();959 954 960 955 i++; … … 1502 1497 // コンパイル 1503 1498 ChangeOpcode( temporary ); 1504 1505 // ネイティブコードバッファの再確保1506 ReallocNativeCodeBuffer();1507 1499 } 1508 1500 … … 1550 1542 ChangeOpcode( temporary ); 1551 1543 } 1552 1553 // ネイティブコードバッファの再確保1554 ReallocNativeCodeBuffer();1555 1544 } 1556 1545
Note:
See TracChangeset
for help on using the changeset viewer.