From 4932f351579fb722e1e0b58a173b1571a6dfae79 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Wed, 14 Sep 2022 07:08:06 -0400 Subject: Improve test case --- testsuite/libffi.call/bpo-38748.c | 4 ++-- 1 file 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; } -- cgit v1.2.1