Skip to content

Commit 0308ce5

Browse files
committed
ext/opcache/jit/zend_jit: make zend_jit_check_funcs() static
1 parent a5148aa commit 0308ce5

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
@@ -4276,7 +4276,7 @@ static int ZEND_FASTCALL zend_runtime_jit(void)
42764276
return 0;
42774277
}
42784278

4279-
void zend_jit_check_funcs(HashTable *function_table, bool is_method) {
4279+
static void zend_jit_check_funcs(HashTable *function_table, bool is_method) {
42804280
zend_op *opline;
42814281
zend_function *func;
42824282
zend_op_array *op_array;

0 commit comments

Comments
 (0)