commit | 6a7267c4d45e63dfbc6c67df27a9939a16a2ace6 | [log] [tgz] |
---|---|---|
author | Prashanth Swaminathan <[email protected]> | Thu Jun 08 03:44:39 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Jun 08 03:44:39 2023 +0000 |
tree | e183396a25de0deccce8f623890548cf431d43f1 | |
parent | 97d61cb3d04f0a463bb0353943206c50b78b75a8 [diff] | |
parent | d98927ebafef3cafac61972772b3fe413d909abc [diff] |
Merge "Accidental extra token at the end of undef" am: cf1eebfc24 am: 479bc8d487 am: 78d9ca4274 am: 434edd40f3 am: d98927ebaf Original change: https://android-review.googlesource.com/c/platform/external/libffi/+/2619591 Change-Id: Icbc7de9b1e86016f2a594146046c21f34af5b299 Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/linux-riscv64/fficonfig.h b/linux-riscv64/fficonfig.h index 5db2030..4bc40c8 100644 --- a/linux-riscv64/fficonfig.h +++ b/linux-riscv64/fficonfig.h
@@ -119,7 +119,7 @@ #define SIZEOF_DOUBLE 8 /* The size of `long double', as computed by sizeof. */ -#undef SIZEOF_LONG_DOUBLE 16 +#undef SIZEOF_LONG_DOUBLE /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be