Changeset 515 for trunk/utils.c
- Timestamp:
- 2008-01-05T12:52:35+01:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/utils.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.c
r508 r515 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.

