Fix typo for darwin targets

This commit is contained in:
Anthony Green
2012-04-10 06:33:33 -04:00
parent 3f5023068c
commit 853cc722a1
8 changed files with 6434 additions and 1 deletions

View File

@@ -1235,7 +1235,7 @@ ffi_closure_helper_DARWIN (ffi_closure *closure, void *rvalue,
if (arg_types[i]->elements[0]->type == FFI_TYPE_DOUBLE)
size_al = ALIGN(arg_types[i]->size, 8);
# if defined(POWERPC64)
FFI_ASSERT (cif->abi != FFI_DARWIN)
FFI_ASSERT (cif->abi != FFI_DARWIN);
avalue[i] = pgr;
pgr += (size_al + 7) / 8;
# else