Skip to content

Commit 2711df9

Browse files
Merge pull request #1683 from brettwooldridge/clang-fix
Fix native build error on Xcode 16.3 / Apple Clang 17
2 parents 86a2ff1 + a7e40c6 commit 2711df9

File tree

1 file changed

+3
-3
lines changed
  • native/libffi/src/aarch64

1 file changed

+3
-3
lines changed

native/libffi/src/aarch64/sysv.S

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
7676
x5 closure
7777
*/
7878

79-
cfi_startproc
8079
CNAME(ffi_call_SYSV):
80+
cfi_startproc
8181
/* Sign the lr with x1 since that is where it will be stored */
8282
SIGN_LR_WITH_REG(x1)
8383

@@ -268,8 +268,8 @@ CNAME(ffi_closure_SYSV_V):
268268
#endif
269269

270270
.align 4
271-
cfi_startproc
272271
CNAME(ffi_closure_SYSV):
272+
cfi_startproc
273273
SIGN_LR
274274
stp x29, x30, [sp, #-ffi_closure_SYSV_FS]!
275275
cfi_adjust_cfa_offset (ffi_closure_SYSV_FS)
@@ -500,8 +500,8 @@ CNAME(ffi_go_closure_SYSV_V):
500500
#endif
501501

502502
.align 4
503-
cfi_startproc
504503
CNAME(ffi_go_closure_SYSV):
504+
cfi_startproc
505505
stp x29, x30, [sp, #-ffi_closure_SYSV_FS]!
506506
cfi_adjust_cfa_offset (ffi_closure_SYSV_FS)
507507
cfi_rel_offset (x29, 0)

0 commit comments

Comments
 (0)