summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-05-08 15:56:26 +0000
committerAndi Gutmans <andi@php.net>2001-05-08 15:56:26 +0000
commit3380fa1b8e247ea19f39b540bf917b735b50f79b (patch)
treecda8e980b681a04efa354c918c5626752a9008b7
parent0a452b2ff22d421263182cbdc8cb7495246f817c (diff)
downloadphp-git-3380fa1b8e247ea19f39b540bf917b735b50f79b.tar.gz
- Fix crash bug reported by DBG author Dmitri Dmitrienko.
-rw-r--r--Zend/zend_opcode.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Zend/zend_opcode.c b/Zend/zend_opcode.c
index ae287f7626..9578e1dff5 100644
--- a/Zend/zend_opcode.c
+++ b/Zend/zend_opcode.c
@@ -260,10 +260,6 @@ static void zend_update_extended_info(zend_op_array *op_array CLS_DC)
}
opline++;
}
- opline = get_next_op(op_array CLS_CC);
- opline->opcode = ZEND_EXT_STMT;
- SET_UNUSED(opline->op1);
- SET_UNUSED(opline->op2);
}