Changeset 704 in dev for trunk/ab5.0/abdev/compiler_x64/Compile_Object.cpp
- Timestamp:
- Jul 21, 2008, 2:31:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/Compile_Object.cpp
r468 r704 69 69 Opcode_CallProc(CreateParameter, 70 70 pUserProc, 71 PROCFLAG_NEW ,"");71 PROCFLAG_NEW | PROCFLAG_PERMIT_CONSTRUCTOR,""); 72 72 73 73 if(bSomeObjects){
Note:
See TracChangeset
for help on using the changeset viewer.