Changeset 331 in dev for trunk/abdev/BasicCompiler32/CParameter.cpp
- Timestamp:
- Sep 27, 2007, 1:47:46 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/CParameter.cpp
r301 r331 233 233 } 234 234 235 extern LONG_PTR ProcPtr_BaseIndex;236 LONG_PTR back_ProcPtr_BaseIndex = ProcPtr_BaseIndex;237 if( dummyType.IsProcPtr() ){238 ProcPtr_BaseIndex = dummyType.GetIndex();239 }240 else{241 ProcPtr_BaseIndex=-1;242 }243 244 235 BOOL bCalcUseHeap; 245 236 Type calcType; … … 247 238 break; 248 239 } 249 250 ProcPtr_BaseIndex=back_ProcPtr_BaseIndex;251 240 252 241 if( calcType.IsObject() ){
Note:
See TracChangeset
for help on using the changeset viewer.