Changeset 11 in dev for BasicCompiler64/Compile_Statement.cpp
- Timestamp:
- Dec 8, 2006, 3:25:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_Statement.cpp
r3 r11 1179 1179 1180 1180 LONG_PTR lpIndex; 1181 RELATIVE_VAR RelativeVar; 1182 GetVarOffset(1,temporary,&type,&RelativeVar,&lpIndex); 1181 type = GetVarType(temporary, &lpIndex, 1); 1183 1182 1184 1183 sprintf(temp2,"_System_InputDataPtr[%d]=VarPtr(%s)",i4,temporary);
Note:
See TracChangeset
for help on using the changeset viewer.