Changeset 1213 for trunk/xcache/xc_utils.c
- Timestamp:
- 2012-12-19T09:42:53+01:00 (6 months ago)
- File:
-
- 1 edited
-
trunk/xcache/xc_utils.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache/xc_utils.c
r1208 r1213 152 152 #endif 153 153 case ZEND_JMP: 154 #ifdef ZEND_FAST_CALL 155 case ZEND_FAST_CALL: 156 #endif 154 157 assert(Z_OP(opline->op1).jmp_addr >= op_array->opcodes && (zend_uint) (Z_OP(opline->op1).jmp_addr - op_array->opcodes) < op_array->last); 155 158 Z_OP(opline->op1).opline_num = Z_OP(opline->op1).jmp_addr - op_array->opcodes; … … 239 242 #endif 240 243 case ZEND_JMP: 244 #ifdef ZEND_FAST_CALL 245 case ZEND_FAST_CALL: 246 #endif 241 247 assert(Z_OP(opline->op1).opline_num < op_array->last); 242 248 Z_OP(opline->op1).jmp_addr = op_array->opcodes + Z_OP(opline->op1).opline_num; … … 347 353 #endif 348 354 case ZEND_JMP: 355 #ifdef ZEND_FAST_CALL 356 case ZEND_FAST_CALL: 357 #endif 349 358 next = begin + Z_OP(opline->op1).opline_num; 350 359 break;
Note: See TracChangeset
for help on using the changeset viewer.

