Commit 4932f351579fb722e1e0b58a173b1571a6dfae79

Anthony Green 2022-09-14T07:08:06

Improve test case

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/testsuite/libffi.call/bpo-38748.c b/testsuite/libffi.call/bpo-38748.c
index 26ea270..6104249 100644
--- a/testsuite/libffi.call/bpo-38748.c
+++ b/testsuite/libffi.call/bpo-38748.c
@@ -7,8 +7,8 @@
 #include "ffitest.h"
 #include "ffi_common.h"
 
-static long ABI_ATTR align_arguments(long l1,
-                                     long long l2)
+static long ABI_ATTR align_arguments(UINT32 l1,
+                                     UINT64 l2)
 {
   return l1 + l2;
 }