]> granicus.if.org Git - php/commitdiff
- Tiny fixlet
authorAndi Gutmans <andi@php.net>
Thu, 28 Jul 2005 21:39:57 +0000 (21:39 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 28 Jul 2005 21:39:57 +0000 (21:39 +0000)
Zend/zend_vm_def.h

index 46b10e2daa50cf58f111b85c00a9f11fde2bb9e8..f3df3f0003eb4e435423061f3d039c95ff5f4733 100644 (file)
@@ -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 */