File tree Expand file tree Collapse file tree 2 files changed +213
-213
lines changed Expand file tree Collapse file tree 2 files changed +213
-213
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ static const void *zend_jit_loop_trace_counter_handler = NULL;
134
134
static int ZEND_FASTCALL zend_runtime_jit (void );
135
135
136
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 );
137
+ static bool zend_jit_trace_may_exit (const zend_op_array * op_array , const zend_op * opline );
138
138
static uint32_t zend_jit_trace_get_exit_point (const zend_op * to_opline , uint32_t flags );
139
139
static const void * zend_jit_trace_get_exit_addr (uint32_t n );
140
140
static void zend_jit_trace_add_code (const void * start , uint32_t size );
@@ -757,7 +757,7 @@ typedef enum _sp_adj_kind {
757
757
758
758
static int sp_adj [SP_ADJ_LAST ];
759
759
760
- static int zend_jit_trace_exit (uint32_t exit_num , zend_jit_registers_buf * regs );
760
+ static bool zend_jit_trace_exit (uint32_t exit_num , zend_jit_registers_buf * regs );
761
761
762
762
/* The generated code may contain tautological comparisons, ignore them. */
763
763
#if defined(__clang__ )
You can’t perform that action at this time.
0 commit comments