Index: zend_vm_def.h
===================================================================
RCS file: /repository/ZendEngine2/zend_vm_def.h,v
retrieving revision 1.56
diff -u -r1.56 zend_vm_def.h
--- zend_vm_def.h       21 Jul 2005 13:48:10 -0000      1.56
+++ zend_vm_def.h       27 Jul 2005 08:07:08 -0000
@@ -1403,7 +1403,7 @@
 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 */


Regards,
--
Michael - < mike(@)php.net >

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to