rc8. fix last patch.

This commit is contained in:
Anthony Green
2011-02-25 16:23:04 -05:00
parent 74ee6ea8b4
commit 18dd85d6cb
21 changed files with 97 additions and 97 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
|| cit->abi == FFI_LINUX_SOFT_FLOAT))
|| cif->abi == FFI_LINUX_SOFT_FLOAT))
return FFI_BAD_ABI;
tramp = (unsigned int *) &closure->tramp[0];