]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a missing entry to all_archs[], the lack of which was causing
authorJulian Seward <jseward@acm.org>
Tue, 26 Aug 2014 21:06:31 +0000 (21:06 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 26 Aug 2014 21:06:31 +0000 (21:06 +0000)
the test system to run arm64 tests on non-arm64 platforms.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14369

tests/arch_test.c

index ef00785087445d04d8ea210ac65970d43ddeccfe..a39da6a8b22a1dd76a2c161a5ea0fb28de735bbd 100644 (file)
@@ -29,6 +29,7 @@ char* all_archs[] = {
    "ppc64",
    "ppc64le",
    "arm",
+   "arm64",
    "s390x",
    "mips32",
    "mips64",