blob: cd3ee23a732ec6523ce112353fb6466a16acb643 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: src/arm/ffi.c
===================================================================
--- libffi/src/arm/ffi.c (revision 130618)
+++ libffi+iPhone/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;
|