Changeset 76 in dev for BasicCompiler64/Compile_Func.cpp
- Timestamp:
- Mar 21, 2007, 9:26:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_Func.cpp
r75 r76 62 62 63 63 int reg=REG_RAX; 64 NumOpe(®,temporary,Type(),Type() ,NULL);64 NumOpe(®,temporary,Type(),Type()); 65 65 return; 66 66 } 67 68 67 69 68 int SubScripts[MAX_ARRAYDIM]; 70 69 RELATIVE_VAR RelativeVar; 71 70 if(!GetVarOffsetReadOnly(tempParm,&RelativeVar,type,SubScripts)) return; 72 73 71 74 72 if(type.GetBasicType()&FLAG_PTR){
Note:
See TracChangeset
for help on using the changeset viewer.