Skip to content

Commit 3d2e93e

Browse files
committed
ext/opcache/jit/zend_jit_trace: make zend_jit_trace_hot_side() static
Dropping ZEND_FASTCALL because this is an internal function only called from C code.
1 parent 3f220a6 commit 3d2e93e

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
@@ -7902,7 +7902,7 @@ exit:;
79027902
return ret;
79037903
}
79047904

7905-
int ZEND_FASTCALL zend_jit_trace_hot_side(zend_execute_data *execute_data, uint32_t parent_num, uint32_t exit_num)
7905+
static int zend_jit_trace_hot_side(zend_execute_data *execute_data, uint32_t parent_num, uint32_t exit_num)
79067906
{
79077907
zend_jit_trace_stop stop;
79087908
int ret = 0;

0 commit comments

Comments
 (0)