Changeset 370 in dev for trunk/abdev/BasicCompiler64/Compile_Statement.cpp
- Timestamp:
- Nov 15, 2007, 3:18:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler64/Compile_Statement.cpp
r345 r370 96 96 pobj_reg=new CRegister(REG_RAX); 97 97 98 if( strstr(leftTerm,"赤")) 99 { 100 int test=0; 101 } 102 98 103 Type resultType; 99 104 bool isLiteral; … … 116 121 FreeTempObject(REG_R14,&resultType.GetClass()); 117 122 } 118 119 //成功 120 return; 121 } 122 123 // 失敗 124 SetError(1, NULL,cp); 123 } 125 124 } 126 125
Note:
See TracChangeset
for help on using the changeset viewer.