From 7b67a1249d99ede5e1b65b54f633385835c153b6 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Mon, 1 Aug 2005 23:41:20 +0000 Subject: [PATCH] Update this-cpu-not-supported message. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4304 --- coregrind/m_translate.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coregrind/m_translate.c b/coregrind/m_translate.c index 79a9d59476..dbebb64712 100644 --- a/coregrind/m_translate.c +++ b/coregrind/m_translate.c @@ -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); } -- 2.47.3