From: Julian Seward Date: Fri, 31 Dec 2004 18:10:17 +0000 (+0000) Subject: Error message cosmetics. X-Git-Tag: svn/VALGRIND_3_0_0~1104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=696460f8842e6804fdcf308f758997a294a216be;p=thirdparty%2Fvalgrind.git Error message cosmetics. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3214 --- diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c index eda7f13551..1eca0306f2 100644 --- a/coregrind/vg_main.c +++ b/coregrind/vg_main.c @@ -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) {