aboutsummaryrefslogtreecommitdiff
path: root/cachegrind/cg_main.c
diff options
context:
space:
mode:
authorbart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-07-07 06:49:24 +0000
committerbart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-07-07 06:49:24 +0000
commita0b6b2cf9abc7b0d87be1215a245eaccc0452af9 (patch)
treea53d8829a4a0ad31972c8773b199b2db11bf161b /cachegrind/cg_main.c
parent02aed9685335e85d89dd7191421e17f1caf432e0 (diff)
downloadvalgrind-a0b6b2cf9abc7b0d87be1215a245eaccc0452af9.tar.gz
Merged FORMATCHECK branch (r8368) to trunk.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8369 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'cachegrind/cg_main.c')
-rw-r--r--cachegrind/cg_main.c6
1 files changed, 3 insertions, 3 deletions
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));
}
}