Skip to content

Commit 4cef0ea

Browse files
committed
Fix Windows build
1 parent 1f250b7 commit 4cef0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/Optimizer/zend_inference.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@ static void zend_infer_ranges_warmup(const zend_op_array *op_array, zend_ssa *ss
18241824
int worklist_len = zend_bitset_len(ssa->vars_count);
18251825
int j, n;
18261826
zend_ssa_range tmp;
1827-
ALLOCA_FLAG(use_heap);
1827+
ALLOCA_FLAG(use_heap)
18281828
zend_bitset worklist = do_alloca(sizeof(zend_ulong) * worklist_len * 2, use_heap);
18291829
zend_bitset visited = worklist + worklist_len;
18301830
#ifdef NEG_RANGE

0 commit comments

Comments
 (0)