Changeset 40 in dev for BasicCompiler64/Compile_Calc_PushVar.cpp
- Timestamp:
- Jan 28, 2007, 3:48:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_Calc_PushVar.cpp
r3 r40 53 53 } 54 54 } 55 else if( pRelativeVar->dwKind==VAR_REFLOCAL){55 else if( pRelativeVar->dwKind == VAR_REFLOCAL ){ 56 56 if(pRelativeVar->bOffsetOffset){ 57 57 //add r11,qword ptr[rsp+offset] … … 134 134 } 135 135 } 136 else if( pRelativeVar->dwKind==VAR_REFLOCAL){136 else if( pRelativeVar->dwKind == VAR_REFLOCAL ){ 137 137 if(pRelativeVar->bOffsetOffset){ 138 138 //add r11,qword ptr[rsp+offset] … … 204 204 } 205 205 } 206 else if( pRelativeVar->dwKind==VAR_REFLOCAL){206 else if( pRelativeVar->dwKind == VAR_REFLOCAL ){ 207 207 if(pRelativeVar->bOffsetOffset){ 208 208 //add r11,qword ptr[rsp+offset]
Note:
See TracChangeset
for help on using the changeset viewer.