Changeset 287 in dev for trunk/abdev/BasicCompiler_Common/src/Linker.cpp
- Timestamp:
- Aug 16, 2007, 7:55:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Linker.cpp
r282 r287 126 126 } 127 127 128 nativeCode.Put ( masterObjectModule.globalNativeCode );128 nativeCode.PutEx( masterObjectModule.globalNativeCode ); 129 129 130 130 masterObjectModule.meta.GetUserProcs().Iterator_Reset(); … … 137 137 pUserProc->SetBeginOpAddress( nativeCode.GetSize() ); 138 138 139 nativeCode.Put ( pUserProc->GetNativeCode() );139 nativeCode.PutEx( pUserProc->GetNativeCode() ); 140 140 141 141 pUserProc->SetEndOpAddress( nativeCode.GetSize() );
Note:
See TracChangeset
for help on using the changeset viewer.