# HG changeset patch # User mattip # Date 1421346838 -7200 # Thu Jan 15 20:33:58 2015 +0200 # Branch 2.7 # Node ID c77f2f6e0d6e2f3df1239e883ede563282ff04fa # Parent 648dcafa7e5f40da31079bc7a7f0c445f1ea4ab9 patch for libffi on aarch64 diff -r 648dcafa7e5f -r c77f2f6e0d6e Modules/_ctypes/libffi/src/aarch64/ffi.c --- a/Modules/_ctypes/libffi/src/aarch64/ffi.c Wed Dec 10 10:57:00 2014 -0500 +++ b/Modules/_ctypes/libffi/src/aarch64/ffi.c Thu Jan 15 20:33:58 2015 +0200 @@ -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;