summarylogtreecommitdiffstats
path: root/189626.patch
blob: d85a64f24357e10f601bf3a114487d4eb57c1e2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- trunk/libffi/src/x86/ffitarget.h    2012/07/18 19:00:33 189625
+++ trunk/libffi/src/x86/ffitarget.h    2012/07/18 19:19:34 189626
@@ -61,8 +61,9 @@
 typedef long long              ffi_sarg;
 #endif
 #else
-#if defined __x86_64__ && !defined __LP64__
+#if defined __x86_64__ && defined __ILP32__
 #define FFI_SIZEOF_ARG 8
+#define FFI_SIZEOF_JAVA_RAW  4
 typedef unsigned long long     ffi_arg;
 typedef long long              ffi_sarg;
 #else