Skip to content

Commit 9908426

Browse files
committed
Use proper macro
1 parent 782dc8d commit 9908426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_trace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2137,7 +2137,7 @@ static const void *zend_jit_trace(zend_jit_trace_rec *trace_buffer, uint32_t par
21372137
op1_def_info = OP1_DEF_INFO();
21382138
if (!zend_jit_assign_dim_op(&dasm_state, opline, op_array,
21392139
op1_info, op1_def_info, op2_info,
2140-
op1_data_info, OP1_DATA_RANGE(),
2140+
op1_data_info, OP1_DATA_RANGE_EX(),
21412141
zend_may_throw(opline, ssa_op, op_array, ssa))) {
21422142
goto jit_failure;
21432143
}

0 commit comments

Comments
 (0)