06a65481f6
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/mingw-libffi.git#7301c68fbeab257e15e5455635d40913848f89cc
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;
|
|
|