Skip to content

Commit 9144576

Browse files
committed
[AArch64] fixup CHECK macro in FMV test
Missed from f5838e4.
1 parent f5838e4 commit 9144576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SingleSource/UnitTests/AArch64/acle-fmv-features.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static bool any_fails = false;
4242
} \
4343
}
4444
#else
45-
#define CHECK(X, BODY) \
45+
#define CHECK(X, TARGET_GUARD, BODY) \
4646
static void check_##X(void) { \
4747
printf("%s\n", #X); \
4848
}

0 commit comments

Comments
 (0)