diff options
Diffstat (limited to 'data/libffi/private.diff')
-rw-r--r-- | data/libffi/private.diff | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/data/libffi/private.diff b/data/libffi/private.diff index f30e5bdac..2ebff3a2a 100644 --- a/data/libffi/private.diff +++ b/data/libffi/private.diff @@ -1,12 +1,12 @@ -Index: libffi/src/arm/ffi.c -=================================================================== ---- gcc/libffi/src/arm/ffi.c (revision 130618) -+++ gcc+iPhone/libffi/src/arm/ffi.c (working copy) -@@ -199,6 +199,7 @@ +diff -ur libffi-3.2.1/src/aarch64/ffi.c libffi-3.2.1+iPhone/src/aarch64/ffi.c +--- libffi-3.2.1/src/aarch64/ffi.c 2014-11-12 01:57:29.000000000 -1000 ++++ libffi-3.2.1+iPhone/src/aarch64/ffi.c 2018-08-05 09:19:35.000000000 -1000 +@@ -960,7 +960,7 @@ + descriptors, invokes the wrapped function, then marshalls the return + value back into the call context. */ - /* This function is jumped to by the trampoline */ - -+__private_extern__ - unsigned int - ffi_closure_SYSV_inner (closure, respp, args) - ffi_closure *closure; +-void FFI_HIDDEN ++void + ffi_closure_SYSV_inner (ffi_closure *closure, struct call_context *context, + void *stack) + { |