Changeset 772 for branches/1.3/utils.c
- Timestamp:
- 04/18/2011 11:25:37 AM (2 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/utils.c
r766 r772 150 150 #endif 151 151 case ZEND_JMP: 152 assert(Z_OP(opline->op1).jmp_addr - op_array->opcodes < op_array->last); 152 153 Z_OP(opline->op1).opline_num = Z_OP(opline->op1).jmp_addr - op_array->opcodes; 153 assert(Z_OP(opline->op1).opline_num < op_array->last);154 154 break; 155 155 case ZEND_JMPZ: … … 160 160 case ZEND_JMP_SET: 161 161 #endif 162 assert(Z_OP(opline->op2).jmp_addr - op_array->opcodes < op_array->last); 162 163 Z_OP(opline->op2).opline_num = Z_OP(opline->op2).jmp_addr - op_array->opcodes; 163 assert(Z_OP(opline->op2).opline_num < op_array->last);164 164 break; 165 165 } … … 234 234 235 235 #ifdef HAVE_XCACHE_OPCODE_SPEC_DEF 236 static void xc_fix_opcode_ex_znode(int tofix, xc_op_spec_t spec, zend_uchar*op_type, znode_op *op, int type TSRMLS_DC) /* {{{ */236 static void xc_fix_opcode_ex_znode(int tofix, xc_op_spec_t spec, Z_OP_TYPEOF_TYPE *op_type, znode_op *op, int type TSRMLS_DC) /* {{{ */ 237 237 { 238 238 #ifdef ZEND_ENGINE_2

