Changeset 308 in dev for trunk/abdev/BasicCompiler64/Compile_Calc_PushVar.cpp
- Timestamp:
- Aug 29, 2007, 9:05:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_Calc_PushVar.cpp
r254 r308 125 125 126 126 127 void SetReg_WholeVariable(int type,RELATIVE_VAR *pRelativeVar,int reg){ 128 int varSize; 129 130 varSize=GetTypeSize(type,-1); 127 void SetReg_WholeVariable( const Type &type, RELATIVE_VAR *pRelativeVar,int reg) 128 { 129 int varSize = type.GetSize(); 131 130 132 131 if(pRelativeVar->dwKind==VAR_GLOBAL){
Note:
See TracChangeset
for help on using the changeset viewer.