From 9c392835de8e17abbd1fa91e9a767fde2b680962 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Thu, 28 Jul 2005 21:39:57 +0000 Subject: [PATCH] - Tiny fixlet --- Zend/zend_vm_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_vm_def.h b/Zend/zend_vm_def.h index 46b10e2daa..f3df3f0003 100644 --- a/Zend/zend_vm_def.h +++ b/Zend/zend_vm_def.h @@ -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 */ -- 2.50.1