Merged FORMATCHECK branch (r8368) to trunk.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8369 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c
index bd68325..ac4771b 100644
--- a/cachegrind/cg_main.c
+++ b/cachegrind/cg_main.c
@@ -1609,11 +1609,11 @@
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));
}
}