From b933af5d68a622f082dab40ef90499bc38d7a525 Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Tue, 26 Aug 2025 21:02:09 +0000 Subject: [PATCH] iropt-test: Enable for x86 and amd64. --- none/tests/iropt-test/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/none/tests/iropt-test/main.c b/none/tests/iropt-test/main.c index 29bc1c71f..d446fd78f 100644 --- a/none/tests/iropt-test/main.c +++ b/none/tests/iropt-test/main.c @@ -45,8 +45,8 @@ unsigned num_random_tests; int main(int argc, char *argv[]) { -// FIXME: temporarily until ppc,amd64,x86 have been fixed -#if !defined(__s390x__) +// FIXME: temporarily until ppc has been fixed +#if !defined(__s390x__) && !defined(__i386__) && !defined(__x86_64__) return 0; #endif assert(sizeof(long long) == 8); -- 2.47.3