blob: f30e5bdac689a8b36a4fe7ff07a9f0b047b2c8ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
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 @@
/* This function is jumped to by the trampoline */
+__private_extern__
unsigned int
ffi_closure_SYSV_inner (closure, respp, args)
ffi_closure *closure;
|