]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update this-cpu-not-supported message.
authorJulian Seward <jseward@acm.org>
Mon, 1 Aug 2005 23:41:20 +0000 (23:41 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 1 Aug 2005 23:41:20 +0000 (23:41 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4304

coregrind/m_translate.c

index 79a9d59476ef98d166e27580440c033daf6f2e8e..dbebb6471254ebbcf3e8591773969dc7ccad9b74 100644 (file)
@@ -459,8 +459,10 @@ Bool VG_(translate) ( ThreadId tid,
          VG_(printf)("\n");
          VG_(printf)("valgrind: fatal error: unsupported CPU.\n");
          VG_(printf)("   Supported CPUs are:\n");
-         VG_(printf)("   * x86 with SSE state (Pentium II or above, "
+         VG_(printf)("   * x86 with SSE (Pentium III or above, "
                      "AMD Athlon or above)\n");
+         VG_(printf)("   * AMD Athlon64/Opteron\n");
+         VG_(printf)("   * PowerPC with Altivec\n");
          VG_(printf)("\n");
          VG_(exit)(1);
       }