mirror of
https://github.com/php/php-src.git
synced 2025-08-17 06:28:50 +02:00
Tuned off dubugging of live ranges
This commit is contained in:
parent
5ee8413259
commit
404dc93d35
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ char *phpdbg_decode_opline(zend_op_array *ops, zend_op *op) /*{{{ */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
if (ops->T_liveliness) {
|
if (ops->T_liveliness) {
|
||||||
uint32_t *var = ops->T_liveliness + (op - ops->opcodes);
|
uint32_t *var = ops->T_liveliness + (op - ops->opcodes);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue