Changeset 288 in dev for trunk/abdev/BasicCompiler_Common/src/Linker.cpp
- Timestamp:
- Aug 17, 2007, 7:36:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Linker.cpp
r287 r288 78 78 void Linker::ResolveGlobalVarSchedules( long rwSectionBaseOffset ) 79 79 { 80 int allInitVarSize = compiler.GetObjectModule().meta.GetGlobalVars(). GetAllInitSize();80 int allInitVarSize = compiler.GetObjectModule().meta.GetGlobalVars().initAreaBuffer.GetSize(); 81 81 82 82 BOOST_FOREACH( const Schedule &schedule, nativeCode.GetSchedules() )
Note:
See TracChangeset
for help on using the changeset viewer.