Changeset 623 for branches/1.3/utils.c
- Timestamp:
- 2009-07-05T10:41:16+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/utils.c
r622 r623 144 144 #ifdef ZEND_ENGINE_2_1 145 145 switch (opline->opcode) { 146 #ifdef ZEND_GOTO 147 case ZEND_GOTO: 148 #endif 146 149 case ZEND_JMP: 147 150 opline->op1.u.opline_num = opline->op1.u.jmp_addr - op_array->opcodes; … … 194 197 #ifdef ZEND_ENGINE_2_1 195 198 switch (opline->opcode) { 199 #ifdef ZEND_GOTO 200 case ZEND_GOTO: 201 #endif 196 202 case ZEND_JMP: 197 203 assert(opline->op1.u.opline_num < op_array->last); … … 294 300 while (opline < end) { 295 301 switch (opline->opcode) { 302 #ifdef ZEND_GOTO 303 case ZEND_GOTO: 304 #endif 296 305 case ZEND_JMP: 297 306 next = begin + opline->op1.u.opline_num;
Note: See TracChangeset
for help on using the changeset viewer.

