Changeset 317 in dev for trunk/abdev/BasicCompiler_Common
- Timestamp:
 - Sep 8, 2007, 8:43:18 PM (18 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/abdev/BasicCompiler_Common/include/CodeGenerator.h
r287 r317 364 364 void op_fld_ptr_esp(int type); 365 365 void op_zero_reg(int reg); 366 366 367 void op_call( const UserProc *pUserProc ); 367 368 void op_call( const DllProc *pDllProc ); 368 369 void op_ret(); 369 370 void op_addressof( int reg, const UserProc *pUserProc ); 371 void op_mov_RV_vtbl( int reg, const CClass *pClass ); 370 372 371 373 #else  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  