Skip to content

Commit

Permalink
- Tiny fixlet
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Gutmans committed Jul 28, 2005
1 parent 0b34e04 commit 9c39283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_vm_def.h
Expand Up @@ -1403,7 +1403,7 @@ ZEND_VM_HANDLER(39, ZEND_ASSIGN_REF, VAR|CV, VAR|CV)
ZEND_VM_HANDLER(42, ZEND_JMP, ANY, ANY)
{
#if DEBUG_ZEND>=2
printf("Jumping to %d\n", opline->op1.u.opline_num);
printf("Jumping to %d\n", EX(opline)->op1.u.opline_num);
#endif
ZEND_VM_SET_OPCODE(EX(opline)->op1.u.jmp_addr);
ZEND_VM_CONTINUE(); /* CHECK_ME */
Expand Down

0 comments on commit 9c39283

Please sign in to comment.