Skip to content

Commit 226d54d

Browse files
committed
Fix compilation warning
1 parent 7215283 commit 226d54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_arm64.dasc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
#define B_IMM26 (((1<<26)-1)*4)
107107

108-
static bool arm64_may_use_b(void *addr)
108+
static bool arm64_may_use_b(const void *addr)
109109
{
110110
if (addr >= dasm_buf && addr < dasm_end) {
111111
return (((char*)dasm_end - (char*)dasm_buf) < B_IMM26);

0 commit comments

Comments
 (0)