Changeset 485 for trunk/processor
- Timestamp:
- 12/28/2007 10:16:12 AM (13 months ago)
- Files:
-
- 1 modified
-
trunk/processor/processor.m4 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/processor.m4
r484 r485 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;

