Changeset 11 in dev for BasicCompiler64/Compile_ProcOp.cpp
- Timestamp:
- Dec 8, 2006, 3:25:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_ProcOp.cpp
r3 r11 326 326 327 327 lstrcpy(LocalVar[MaxLocalVarNum].name,psi->pRealParmInfo[i3].name); 328 329 // TODO: パラメータのConst定義の指定が未完成 330 LocalVar[MaxLocalVarNum].bConst=false; 328 331 329 332 LocalVar[MaxLocalVarNum].bArray=psi->pRealParmInfo[i3].bArray; … … 736 739 temp="_System_ReturnValue"; 737 740 else temp=psi->name; 738 GetVarOffset (1,temp,&i3,&RelativeVar,&lpIndex);741 GetVarOffsetReadWrite(temp,&i3,&RelativeVar,&lpIndex); 739 742 740 743 i3=psi->ReturnType;
Note:
See TracChangeset
for help on using the changeset viewer.