Skip to content

Commit 94f32df

Browse files
committed
Fixed compilation warning
1 parent 1492be5 commit 94f32df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_ir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7536,7 +7536,7 @@ static int zend_jit_defined(zend_jit_ctx *jit, const zend_op *opline, uint8_t sm
75367536
uint32_t defined_label = (uint32_t)-1;
75377537
uint32_t undefined_label = (uint32_t)-1;
75387538
zval *zv = RT_CONSTANT(opline, opline->op1);
7539-
zend_jit_addr res_addr;
7539+
zend_jit_addr res_addr = 0;
75407540
ir_ref ref, ref2, if_set, if_zero, if_set2;
75417541
ir_ref end_inputs = IR_UNUSED, true_inputs = IR_UNUSED, false_inputs = IR_UNUSED;
75427542

0 commit comments

Comments
 (0)