Changeset 276 in dev for trunk/abdev/BasicCompiler_Common/src/LexicalScope.cpp
- Timestamp:
- Aug 12, 2007, 1:25:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/LexicalScope.cpp
r265 r276 79 79 if(pVar->bLiving&&pVar->GetScopeLevel()==level){ 80 80 pVar->bLiving=0; 81 extern int obp; 82 pVar->SetScopeEndAddress( obp ); 81 pVar->SetScopeEndAddress( compiler.codeGenerator.GetNativeCodeSize() ); 83 82 } 84 83 }
Note:
See TracChangeset
for help on using the changeset viewer.