Merge pull request #236 from andreas-schwab/master

Define FFI_SIZEOF_JAVA_RAW for aarch64 ILP32
This commit is contained in:
Richard Henderson
2016-05-02 20:58:57 -10:00

View File

@@ -29,6 +29,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#ifndef LIBFFI_ASM #ifndef LIBFFI_ASM
#ifdef __ILP32__ #ifdef __ILP32__
#define FFI_SIZEOF_ARG 8 #define FFI_SIZEOF_ARG 8
#define FFI_SIZEOF_JAVA_RAW 4
typedef unsigned long long ffi_arg; typedef unsigned long long ffi_arg;
typedef signed long long ffi_sarg; typedef signed long long ffi_sarg;
#else #else