Changeset 294 in dev for trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp
- Timestamp:
- Aug 22, 2007, 11:23:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp
r290 r294 507 507 compiler.codeGenerator.op_mov_RV_vtbl( REG_EAX, compiler.pCompilingClass ); 508 508 509 /* TODO: 消す510 //関数テーブルに値をセット511 int offset = (int)compiler.pCompilingClass->GetVtblGlobalOffset();512 513 //mov eax,offset514 compiler.codeGenerator.op_mov_RV( REG_EAX, offset, Schedule::DataTable );515 */516 517 509 //Thisポインタをecxにコピー 518 510 SetThisPtrToReg(REG_ECX);
Note:
See TracChangeset
for help on using the changeset viewer.