Skip to content

Commit 58d0fad

Browse files
authored
Fix compile fail on macOS arm64
fixes #20767
1 parent ffc4701 commit 58d0fad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Zend/Zend.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -519,11 +519,7 @@ uintptr_t __attribute__((preserve_none)) test(void) {
519519
"eor x20, %1, %3\n"
520520
"eor x21, %2, %3\n"
521521
"eor x0, x0, x0\n"
522-
#if defined(__APPLE__)
523-
"bl _fun\n"
524-
#else
525522
"bl fun\n"
526-
#endif
527523
"mov %0, x0\n"
528524
: "=r" (ret)
529525
: "r" (const1), "r" (const2), "r" (key)

0 commit comments

Comments
 (0)