You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
378 B
12 lines
378 B
7 years ago
|
--- 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;
|
||
|
|