Fix typo for darwin targets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user