|
From: <sv...@va...> - 2005-10-19 23:49:46
|
Author: sewardj
Date: 2005-10-20 00:49:45 +0100 (Thu, 20 Oct 2005)
New Revision: 4951
Log:
Clarify the P4 warning message a bit.
Modified:
trunk/cachegrind/cg-x86.c
Modified: trunk/cachegrind/cg-x86.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cachegrind/cg-x86.c 2005-10-19 23:49:20 UTC (rev 4950)
+++ trunk/cachegrind/cg-x86.c 2005-10-19 23:49:45 UTC (rev 4951)
@@ -43,10 +43,10 @@
static void micro_ops_warn(Int actual_size, Int used_size, Int line_size=
)
{
VG_(message)(Vg_DebugMsg,=20
- "warning: Pentium with %d K micro-op instruction trace cache",=20
+ "warning: Pentium 4 with %d KB micro-op instruction trace cache",=
=20
actual_size);
VG_(message)(Vg_DebugMsg,=20
- " Simulating a %d KB cache with %d B lines",=20
+ " Simulating a %d KB I-cache with %d B lines",=20
used_size, line_size);
}
=20
|