Changeset 536 in dev for trunk/ab5.0/abdev/compiler_x86/Compile_Func.cpp
- Timestamp:
- May 3, 2008, 6:32:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/Compile_Func.cpp
r523 r536 273 273 SetThisPtrToReg(REG_RCX); 274 274 275 pobj_c =compiler.pCompilingClass;275 pobj_c = &compiler.GetCompilingClass(); 276 276 } 277 277 … … 611 611 } 612 612 613 Opcode_CallDelegate( compiler. pCompilingClass->GetDelegate(), methodPtrParamStr, objPtrValueStr, paramsStr + i );613 Opcode_CallDelegate( compiler.GetCompilingClass().GetDelegate(), methodPtrParamStr, objPtrValueStr, paramsStr + i ); 614 614 } 615 615
Note:
See TracChangeset
for help on using the changeset viewer.