Changeset 623 for branches/1.3/processor/processor.m4
- Timestamp:
- 2009-07-05T10:41:16+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
processor/processor.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/processor/processor.m4
r622 r623 211 211 dnl fprintf(stderr, "copy from %p to %p\n", src[0], dst[0]); 212 212 ') 213 IFDPRINT(`INDENT()`'fprintf(stderr, "[%p] ", src[0]);')213 IFDPRINT(`INDENT()`'fprintf(stderr, "[%p] ", src[0]);') 214 214 STRUCT_P_EX(zval, dst[0], src[0], `[0]', `', ` ') 215 215 FIXPOINTER_EX(zval, dst[0]) … … 475 475 IFCOPY(` 476 476 switch (src->opcode) { 477 #ifdef ZEND_GOTO 478 case ZEND_GOTO: 479 #endif 477 480 case ZEND_JMP: 478 481 dst->op1.u.jmp_addr = processor->active_opcodes_dst + (src->op1.u.jmp_addr - processor->active_opcodes_src);
Note: See TracChangeset
for help on using the changeset viewer.

