Changeset 224 in dev for trunk/abdev/BasicCompiler_Common/src/Class.cpp
- Timestamp:
- Jul 21, 2007, 4:46:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Class.cpp
r218 r224 714 714 } 715 715 716 vtbl_offset=compiler.Get NativeCode().GetDataTable().AddBinary((void *)ppsi,GetVtblNum()*sizeof(LONG_PTR));716 vtbl_offset=compiler.GetDataTable().AddBinary((void *)ppsi,GetVtblNum()*sizeof(LONG_PTR)); 717 717 718 718 for( int i=0; i < GetVtblNum(); i++ ){ … … 728 728 729 729 LONG_PTR *pVtbl; 730 pVtbl=(LONG_PTR *)((char *)compiler.Get NativeCode().GetDataTable().GetPtr()+vtbl_offset);730 pVtbl=(LONG_PTR *)((char *)compiler.GetDataTable().GetPtr()+vtbl_offset); 731 731 732 732 int i;
Note:
See TracChangeset
for help on using the changeset viewer.