From: Julian Seward Date: Wed, 19 Oct 2005 23:49:45 +0000 (+0000) Subject: Clarify the P4 warning message a bit. X-Git-Tag: svn/VALGRIND_3_1_0~281 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f24dcde2a58b35d12840ce3e4ccafd2a6aadd9a;p=thirdparty%2Fvalgrind.git Clarify the P4 warning message a bit. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4951 --- diff --git a/cachegrind/cg-x86.c b/cachegrind/cg-x86.c index a76ea7f9fb..11aac152e6 100644 --- a/cachegrind/cg-x86.c +++ b/cachegrind/cg-x86.c @@ -43,10 +43,10 @@ static void micro_ops_warn(Int actual_size, Int used_size, Int line_size) { VG_(message)(Vg_DebugMsg, - "warning: Pentium with %d K micro-op instruction trace cache", + "warning: Pentium 4 with %d KB micro-op instruction trace cache", actual_size); VG_(message)(Vg_DebugMsg, - " Simulating a %d KB cache with %d B lines", + " Simulating a %d KB I-cache with %d B lines", used_size, line_size); }