Ignore:
Timestamp:
Aug 22, 2007, 11:23:28 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler32/Compile_ProcOp.cpp

    r290 r294  
    507507                compiler.codeGenerator.op_mov_RV_vtbl( REG_EAX, compiler.pCompilingClass );
    508508
    509                 /* TODO: 消す
    510                 //関数テーブルに値をセット
    511                 int offset = (int)compiler.pCompilingClass->GetVtblGlobalOffset();
    512 
    513                 //mov eax,offset
    514                 compiler.codeGenerator.op_mov_RV( REG_EAX, offset, Schedule::DataTable );
    515                 */
    516 
    517509                //Thisポインタをecxにコピー
    518510                SetThisPtrToReg(REG_ECX);
Note: See TracChangeset for help on using the changeset viewer.