Browse Source

Tuned off dubugging of live ranges

pull/1394/head
Dmitry Stogov 11 years ago
parent
commit
404dc93d35
  1. 2
      sapi/phpdbg/phpdbg_opcode.c

2
sapi/phpdbg/phpdbg_opcode.c

@ -114,7 +114,7 @@ char *phpdbg_decode_opline(zend_op_array *ops, zend_op *op) /*{{{ */
break;
}
#if 1
#if 0
if (ops->T_liveliness) {
uint32_t *var = ops->T_liveliness + (op - ops->opcodes);

Loading…
Cancel
Save