diff options
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-10-19 23:49:45 +0000 |
---|---|---|
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2005-10-19 23:49:45 +0000 |
commit | c32ba464e3db3c599f91c6aeee9f7a98a46189b2 (patch) | |
tree | 5aa53d134f40cc877dad9e05f81be64d36289785 /cachegrind | |
parent | 75553fd251ae48fdda87aaf7ca4b3440cce30723 (diff) |
Clarify the P4 warning message a bit.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4951 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'cachegrind')
-rw-r--r-- | cachegrind/cg-x86.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cachegrind/cg-x86.c b/cachegrind/cg-x86.c index a76ea7f9..11aac152 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); } |