Skip to content

Commit 104fb5c

Browse files
committed
ext/opcache/jit/zend_jit_trace: use true/false instead of 1/0
1 parent 02054fa commit 104fb5c

File tree

2 files changed

+211
-211
lines changed

2 files changed

+211
-211
lines changed

ext/opcache/jit/zend_jit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ static const void *zend_jit_loop_trace_counter_handler = NULL;
134134
static int ZEND_FASTCALL zend_runtime_jit(void);
135135

136136
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);
138138
static uint32_t zend_jit_trace_get_exit_point(const zend_op *to_opline, uint32_t flags);
139139
static const void *zend_jit_trace_get_exit_addr(uint32_t n);
140140
static void zend_jit_trace_add_code(const void *start, uint32_t size);

0 commit comments

Comments
 (0)