Skip to content

Commit

Permalink
Define base_address also in a special (Windows) Zend mode
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Nov 16, 2015
1 parent 2ac614b commit b0cbba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdebug_code_coverage.c
Expand Up @@ -552,7 +552,7 @@ static zend_brk_cont_element* xdebug_find_brk_cont(zend_uint nest_levels, int ar

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

Expand Down

0 comments on commit b0cbba4

Please sign in to comment.