Merge pull request #268 from frida/fix/aarch64-large-aggregates
aarch64: Fix handling of aggregates larger than 16 bytes
This commit is contained in:
@@ -668,6 +668,7 @@ ffi_call_int (ffi_cif *cif, void (*fn)(void), void *orig_rvalue,
|
|||||||
the argument is replaced by a pointer to the copy. */
|
the argument is replaced by a pointer to the copy. */
|
||||||
a = &avalue[i];
|
a = &avalue[i];
|
||||||
t = FFI_TYPE_POINTER;
|
t = FFI_TYPE_POINTER;
|
||||||
|
s = sizeof (void *);
|
||||||
goto do_pointer;
|
goto do_pointer;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user