andi Thu Jul 28 17:39:58 2005 EDT
Modified files:
/ZendEngine2 zend_vm_def.h
Log:
- Tiny fixlet
http://cvs.php.net/diff.php/ZendEngine2/zend_vm_def.h?r1=1.56&r2=1.57&ty=u
Index: ZendEngine2/zend_vm_def.h
diff -u ZendEngine2/zend_vm_def.h:1.56 ZendEngine2/zend_vm_def.h:1.57
--- ZendEngine2/zend_vm_def.h:1.56 Thu Jul 21 09:48:10 2005
+++ ZendEngine2/zend_vm_def.h Thu Jul 28 17:39:57 2005
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_vm_def.h,v 1.56 2005/07/21 13:48:10 dmitry Exp $ */
+/* $Id: zend_vm_def.h,v 1.57 2005/07/28 21:39:57 andi Exp $ */
/* If you change this file, please regenerate the zend_vm_execute.h and
* zend_vm_opcodes.h files by running:
@@ -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 */
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|