From a0b6b2cf9abc7b0d87be1215a245eaccc0452af9 Mon Sep 17 00:00:00 2001 From: bart Date: Mon, 7 Jul 2008 06:49:24 +0000 Subject: Merged FORMATCHECK branch (r8368) to trunk. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8369 a5019735-40e9-0310-863c-91ae7b9d1cf9 --- cachegrind/cg_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cachegrind/cg_main.c') diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c index bd6832550..ac4771b7d 100644 --- a/cachegrind/cg_main.c +++ b/cachegrind/cg_main.c @@ -1609,11 +1609,11 @@ static void cg_fini(Int exitcode) VG_(message)(Vg_DebugMsg, "cachegrind: with zero info:%s (%d)", buf4, no_debugs); - VG_(message)(Vg_DebugMsg, "cachegrind: string table size: %u", + VG_(message)(Vg_DebugMsg, "cachegrind: string table size: %lu", VG_(OSetGen_Size)(stringTable)); - VG_(message)(Vg_DebugMsg, "cachegrind: CC table size: %u", + VG_(message)(Vg_DebugMsg, "cachegrind: CC table size: %lu", VG_(OSetGen_Size)(CC_table)); - VG_(message)(Vg_DebugMsg, "cachegrind: InstrInfo table size: %u", + VG_(message)(Vg_DebugMsg, "cachegrind: InstrInfo table size: %lu", VG_(OSetGen_Size)(instrInfoTable)); } } -- cgit v1.2.3