aarch64: Fix non-apple compilation
authorRichard Henderson <rth@redhat.com>
Tue, 21 Oct 2014 17:00:34 +0000 (13:00 -0400)
committerRichard Henderson <rth@twiddle.net>
Wed, 12 Nov 2014 08:28:44 +0000 (09:28 +0100)
src/aarch64/ffi.c

index 5369ea4..cdb7816 100644 (file)
@@ -782,7 +782,9 @@ ffi_prep_cif_machdep (ffi_cif *cif)
           }
     }
 
+#if defined (__APPLE__)
   cif->aarch64_nfixedargs = 0;
+#endif
 
   return FFI_OK;
 }