From: Florian Krohm Date: Tue, 26 Aug 2025 21:02:09 +0000 (+0000) Subject: iropt-test: Enable for x86 and amd64. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b933af5d68a622f082dab40ef90499bc38d7a525;p=thirdparty%2Fvalgrind.git iropt-test: Enable for x86 and amd64. --- 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);