Changeset 11 in dev for BasicCompiler32/Compile_ProcOp.cpp
- Timestamp:
- Dec 8, 2006, 3:25:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_ProcOp.cpp
r3 r11 282 282 283 283 lstrcpy(LocalVar[MaxLocalVarNum].name,psi->pRealParmInfo[i3].name); 284 285 // TODO: パラメータのConst定義の指定が未完成 286 LocalVar[MaxLocalVarNum].bConst=false; 284 287 285 288 LocalVar[MaxLocalVarNum].bArray=psi->pRealParmInfo[i3].bArray; … … 696 699 temp="_System_ReturnValue"; 697 700 else temp=psi->name; 698 GetVarOffset (1,temp,&i3,&RelativeVar,&lpIndex);701 GetVarOffsetReadWrite(temp,&i3,&RelativeVar,&lpIndex); 699 702 700 703 i3=psi->ReturnType;
Note:
See TracChangeset
for help on using the changeset viewer.