Ignore:
Timestamp:
Aug 14, 2007, 11:57:32 PM (17 years ago)
Author:
dai_9181
Message:

vtbl構築をコード生成後(最終リンクの前)に行うようにした

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/Class.h

    r272 r282  
    360360    int GetFuncNumInVtbl( const UserProc *pUserProc ) const;
    361361    LONG_PTR GetVtblGlobalOffset(void) const;
     362    void GenerateVTables();
    362363    void ActionVtblSchedule(LONG_PTR ImageBase, LONG_PTR MemPos_CodeSection);
    363364    bool IsAbstract() const;
     
    387388    virtual void CollectClassesForNameOnly( const BasicSource &source );
    388389
     390    void GenerateVTables();
    389391    void ActionVtblSchedule(LONG_PTR ImageBase, LONG_PTR MemPos_CodeSection);
    390392
Note: See TracChangeset for help on using the changeset viewer.