Changeset 11 in dev for BasicCompiler32/CParameter.cpp
- Timestamp:
- Dec 8, 2006, 3:25:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/CParameter.cpp
r3 r11 556 556 int VarType; 557 557 LONG_PTR lpVarIndex; 558 if(!GetVarOffset (1,Parms[i2],&VarType,&RelativeVar,&lpVarIndex)) continue;558 if(!GetVarOffsetReadOnly(Parms[i2],&VarType,&RelativeVar,&lpVarIndex)) continue; 559 559 560 560 if(DummyTypeInfo.type!=DEF_ANY){
Note:
See TracChangeset
for help on using the changeset viewer.