summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-14 07:08:06 -0400
committerAnthony Green <green@moxielogic.com>2022-09-14 07:08:06 -0400
commit4932f351579fb722e1e0b58a173b1571a6dfae79 (patch)
tree8b2104f5d31451e92da48b5af5ec39eeb12668e7 /testsuite
parent819b01ced894028d41a34ec0178de9e7637b23de (diff)
downloadlibffi-4932f351579fb722e1e0b58a173b1571a6dfae79.tar.gz
Improve test case
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/libffi.call/bpo-38748.c4
1 files changed, 2 insertions, 2 deletions
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;
}