Hi, commit 5df384077f3633ec8cf2e08f9199e5a44994dbad (Merge pull request #129 from frida/fix/darwin-aarch64-cif-prep // Fix non-variadic CIF initialization for Apple/ARM64) breaks building libffi on aarch64 linux (e.g. aarch64-none-linux-gnu), with error: ../src/aarch64/ffi.c: In function 'ffi_prep_cif_machdep': ../src/aarch64/ffi.c:785:6: error: 'ffi_cif' has no member named 'aarch64_nfixedargs' cif->aarch64_nfixedargs = 0; ^ make[3]: *** [src/aarch64/ffi.lo] Error 1 Attached patch is a simple fix, tested on aarch64-none-linux-gnu. Is this OK for trunk (and if so, can someone with write access please commit)? Thanks, Alan