rc7. More AIX fixes.

This commit is contained in:
Anthony Green
2011-02-25 15:52:14 -05:00
parent 2541679dbd
commit 74ee6ea8b4
35 changed files with 8786 additions and 9384 deletions

View File

@@ -961,7 +961,7 @@ ffi_prep_closure_loc (ffi_closure *closure,
if (! (cif->abi == FFI_GCC_SYSV
|| cif->abi == FFI_SYSV
|| cif->abi == FFI_LINUX
|| cif->abi == FFI_LINUX_SOFT_FLOAT))
|| cit->abi == FFI_LINUX_SOFT_FLOAT))
return FFI_BAD_ABI;
tramp = (unsigned int *) &closure->tramp[0];