Changeset 617 for branches/1.3/processor/processor.m4
- Timestamp:
- 2009-07-05T08:30:54+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
processor/processor.m4 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/processor/processor.m4
r616 r617 81 81 ZVAL_REFCOUNT(dst) = 1; 82 82 DONE(value) 83 DONE(type) 84 #ifdef ZEND_ENGINE_2_3 85 DONE(is_ref__gc) 86 DONE(refcount__gc) 87 #else 88 DONE(is_ref) 83 89 DONE(refcount) 84 DONE(type)85 DONE(is_ref)86 #ifdef ZEND_ENGINE_2_387 COPY(idx_type)88 90 #endif 89 91 } while(0); … … 149 151 DONE(value) 150 152 DISPATCH(zval_data_type, type) 153 #ifdef ZEND_ENGINE_2_3 154 DISPATCH(zend_uchar, is_ref__gc) 155 #else 151 156 DISPATCH(zend_uchar, is_ref) 152 #ifdef ZEND_ENGINE_2 157 #endif 158 159 #ifdef ZEND_ENGINE_2_3 160 DISPATCH(zend_uint, refcount__gc) 161 #elif defined(ZEND_ENGINE_2) 153 162 DISPATCH(zend_uint, refcount) 154 163 #else 155 164 DISPATCH(zend_ushort, refcount) 156 #endif157 #ifdef ZEND_ENGINE_2_3158 DISPATCH(zend_uchar, idx_type)159 165 #endif 160 166 ')dnl IFDASM … … 479 485 case ZEND_JMPZ_EX: 480 486 case ZEND_JMPNZ_EX: 487 #ifdef ZEND_JMP_SET 488 case ZEND_JMP_SET: 489 #endif 481 490 dst->op2.u.jmp_addr = processor->active_opcodes_dst + (src->op2.u.jmp_addr - processor->active_opcodes_src); 482 491 break;
Note: See TracChangeset
for help on using the changeset viewer.

