]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
iropt-test: Enable for x86 and amd64.
authorFlorian Krohm <flo2030@eich-krohm.de>
Tue, 26 Aug 2025 21:02:09 +0000 (21:02 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Tue, 26 Aug 2025 21:02:09 +0000 (21:02 +0000)
none/tests/iropt-test/main.c

index 29bc1c71f08a8d4841d8bcef46fbc417efe9b54c..d446fd78f6f128da9981ee02d8e14628ee6f2619 100644 (file)
@@ -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);