Skip to content

Commit 80006c5

Browse files
committed
Fix after rebase
Signed-off-by: Bob Weinand <bobwei9@hotmail.com>
1 parent c170512 commit 80006c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ext/opcache/jit/zend_jit_ir.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10113,9 +10113,7 @@ static int zend_jit_do_fcall(zend_jit_ctx *jit, const zend_op *opline, const zen
1011310113
exit_addr = NULL;
1011410114
}
1011510115

10116-
if (!zend_jit_check_timeout(jit, NULL /* we're inside the called function */, exit_addr)) {
10117-
return 0;
10118-
}
10116+
zend_jit_check_timeout(jit, NULL /* we're inside the called function */, exit_addr);
1011910117

1012010118
jit_observer_fcall_is_unobserved_end(jit, &unobserved_data);
1012110119
}

0 commit comments

Comments
 (0)