aarch64: Fix non-apple compilation
This commit is contained in:
committed by
Richard Henderson
parent
2650f47fe8
commit
18b74ce54a
@@ -782,7 +782,9 @@ ffi_prep_cif_machdep (ffi_cif *cif)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined (__APPLE__)
|
||||||
cif->aarch64_nfixedargs = 0;
|
cif->aarch64_nfixedargs = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
return FFI_OK;
|
return FFI_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user