We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273f920 commit a547218Copy full SHA for a547218
1 file changed
ext/opcache/jit/ir/ir_aarch64.dasc
@@ -60,7 +60,7 @@ IR_ALWAYS_INLINE ir_mem IR_MEM(ir_reg base, int32_t offset, ir_reg index, int32_
60
#define ADR_IMM (1<<20) // signed imm21
61
#define ADRP_IMM (1LL<<32) // signed imm21 * 4096
62
63
-static bool aarch64_may_use_b(ir_code_buffer *code_buffer, const void *addr)
+static bool aarch64_may_use_b(const ir_code_buffer *code_buffer, const void *addr)
64
{
65
if (code_buffer) {
66
if (addr >= code_buffer->start && (char*)addr < (char*)code_buffer->end) {
0 commit comments