Changeset 96 in dev for BasicCompiler64/Compile_Var.cpp
- Timestamp:
- Apr 15, 2007, 2:48:08 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_Var.cpp
r95 r96 1206 1206 SetVariableFromRax( DEF_OBJECT, DEF_OBJECT, &RelativeVar ); 1207 1207 } 1208 1209 /*1210 TODO: 消す1211 変数は抽象クラスでもOK1212 if( type.IsObject() ){1213 if( type.GetClass().IsAbstract() ){1214 //抽象クラスだったとき1215 SetError(125,type.GetClass().name,cp);1216 }1217 }1218 */1219 1208 } 1220 1209 void SetVarPtrToReg(int reg,RELATIVE_VAR *pRelativeVar){
Note:
See TracChangeset
for help on using the changeset viewer.