Changeset 89 in dev for BasicCompiler64/Compile_Var.cpp
- Timestamp:
- Apr 4, 2007, 2:03:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Compile_Var.cpp
r79 r89 1207 1207 } 1208 1208 1209 /* 1210 TODO: 消す 1211 変数は抽象クラスでもOK 1209 1212 if( type.IsObject() ){ 1210 1213 if( type.GetClass().IsAbstract() ){ … … 1213 1216 } 1214 1217 } 1218 */ 1215 1219 } 1216 1220 void SetVarPtrToReg(int reg,RELATIVE_VAR *pRelativeVar){
Note:
See TracChangeset
for help on using the changeset viewer.