Skip to content

Commit 00c0c87

Browse files
authored
Fix loongarch64 soft-float build (libffi#816) (libffi#817)
1 parent b309102 commit 00c0c87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/loongarch64/ffi.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
*/
6060
typedef struct call_context
6161
{
62+
#if !defined(__loongarch_soft_float)
6263
ABI_FLOAT fa[8];
64+
#endif
6365
size_t a[10];
6466
} call_context;
6567

0 commit comments

Comments
 (0)