8fe50a94e2
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libffi#fdac85aeb043fc5ce78b59c74c22045fa2fa765a
12 lines
378 B
Diff
12 lines
378 B
Diff
--- libffi-3.1/src/aarch64/ffi.c.orig 2014-04-25 18:45:13.000000000 +0100
|
|
+++ libffi-3.1/src/aarch64/ffi.c 2015-01-15 02:36:56.314906455 +0000
|
|
@@ -728,7 +728,7 @@
|
|
state.ngrn = N_X_ARG_REG;
|
|
|
|
memcpy (allocate_to_stack (&state, stack, ty->alignment,
|
|
- ty->size), ecif->avalue + i, ty->size);
|
|
+ ty->size), ecif->avalue[i], ty->size);
|
|
}
|
|
break;
|
|
|