Changeset 65 in dev for BasicCompiler32/Compile_Var.cpp
- Timestamp:
- Mar 8, 2007, 4:45:58 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/Compile_Var.cpp
r64 r65 25 25 *pType = PTR_LEVEL_DOWN( *pType ); 26 26 27 i2=GetTypeSize(*pType, -1);27 i2=GetTypeSize(*pType,lpIndex); 28 28 if(i2>=2){ 29 29 //imul ebx,i2
Note:
See TracChangeset
for help on using the changeset viewer.