Skip to content

Commit

Permalink
Make sure we only define variables that we actually use
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Feb 24, 2017
1 parent 92112cf commit 03a50ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xdebug_code_coverage.c
Expand Up @@ -468,7 +468,9 @@ static void prefill_from_opcode(char *fn, zend_op opcode, int deadcode TSRMLS_DC

static int xdebug_find_jump(zend_op_array *opa, unsigned int position, long *jmp1, long *jmp2)
{
#if ZEND_USE_ABS_JMP_ADDR
zend_op *base_address = &(opa->opcodes[0]);
#endif

zend_op opcode = opa->opcodes[position];
if (opcode.opcode == ZEND_JMP) {
Expand Down

0 comments on commit 03a50ef

Please sign in to comment.