]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Error message cosmetics.
authorJulian Seward <jseward@acm.org>
Fri, 31 Dec 2004 18:10:17 +0000 (18:10 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 31 Dec 2004 18:10:17 +0000 (18:10 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3214

coregrind/vg_main.c

index eda7f135512fdc4e9059034ba99ec97d629fd390..1eca0306f259678104d2bc82172e584700daf7d6 100644 (file)
@@ -2582,10 +2582,12 @@ int main(int argc, char **argv)
    {  Bool ok = VGA_(getArchAndSubArch)(
                    & VG_(vex_arch), & VG_(vex_subarch) );
       if (!ok) {
+         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,\n");
-         VG_(printf)("     AMD Athlon or above)\n");
+         VG_(printf)("   Supported CPUs are:\n");
+         VG_(printf)("   * x86 with SSE state (Pentium II or above, "
+                     "AMD Athlon or above)\n");
+         VG_(printf)("\n");
          VG_(exit)(1);
       }
       if (VG_(clo_verbosity) > 2) {