Changeset 317 in dev for trunk/abdev/BasicCompiler_Common


Ignore:
Timestamp:
Sep 8, 2007, 8:43:18 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r287 r317  
    364364    void op_fld_ptr_esp(int type);
    365365    void op_zero_reg(int reg);
     366
    366367    void op_call( const UserProc *pUserProc );
    367368    void op_call( const DllProc *pDllProc );
    368369    void op_ret();
    369370    void op_addressof( int reg, const UserProc *pUserProc );
     371    void op_mov_RV_vtbl( int reg, const CClass *pClass );
    370372
    371373#else
Note: See TracChangeset for help on using the changeset viewer.