We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02054fa commit 104fb5cCopy full SHA for 104fb5c
ext/opcache/jit/zend_jit.c
@@ -134,7 +134,7 @@ static const void *zend_jit_loop_trace_counter_handler = NULL;
134
static int ZEND_FASTCALL zend_runtime_jit(void);
135
136
static int zend_jit_trace_op_len(const zend_op *opline);
137
-static int zend_jit_trace_may_exit(const zend_op_array *op_array, const zend_op *opline);
+static bool zend_jit_trace_may_exit(const zend_op_array *op_array, const zend_op *opline);
138
static uint32_t zend_jit_trace_get_exit_point(const zend_op *to_opline, uint32_t flags);
139
static const void *zend_jit_trace_get_exit_addr(uint32_t n);
140
static void zend_jit_trace_add_code(const void *start, uint32_t size);
0 commit comments