Changeset 417 in dev for trunk/abdev/BasicCompiler64/Compile_Calc.cpp
- Timestamp:
- Mar 7, 2008, 5:32:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_Calc.cpp
r416 r417 205 205 206 206 //変数アドレスを取得 207 RELATIVE_VAR VarRelativeVar; 207 208 if( !TermOpeOnlyVariable( variable, varType, VarRelativeVar, true ) ) 208 209 { … … 213 214 //レジスタのブロッキングを解除 214 215 pobj_BlockReg->clear(); 215 216 if( !result )217 {218 return;219 }220 216 221 217 if(varType.GetBasicType()&FLAG_PTR){
Note:
See TracChangeset
for help on using the changeset viewer.