Skip to content

Commit a5148aa

Browse files
committed
Refresh of ext-opcache-jit-zend_jit-use
1 parent 32c574f commit a5148aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ static void *dasm_link_and_encode(dasm_State **dasm_state,
11051105
return entry;
11061106
}
11071107

1108-
static int zend_may_overflow(const zend_op *opline, const zend_ssa_op *ssa_op, const zend_op_array *op_array, zend_ssa *ssa)
1108+
static bool zend_may_overflow(const zend_op *opline, const zend_ssa_op *ssa_op, const zend_op_array *op_array, zend_ssa *ssa)
11091109
{
11101110
int res;
11111111
zend_long op1_min, op1_max, op2_min, op2_max;

0 commit comments

Comments
 (0)