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