summaryrefslogtreecommitdiff
path: root/tests/checkasm/bswapdsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/checkasm/bswapdsp.c')
-rw-r--r--tests/checkasm/bswapdsp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/checkasm/bswapdsp.c b/tests/checkasm/bswapdsp.c
index 748a886ec9..829ebaa8a8 100644
--- a/tests/checkasm/bswapdsp.c
+++ b/tests/checkasm/bswapdsp.c
@@ -43,6 +43,8 @@
#define check_bswap(type) \
do { \
int w; \
+ declare_func(void, type *dst, const type *src, int w); \
+ \
for (w = 0; w < BUF_SIZE / sizeof(type); w++) { \
int offset = (BUF_SIZE / sizeof(type) - w) & 15; /* Test various alignments */ \
randomize_buffers(); \