aboutsummaryrefslogtreecommitdiff
path: root/cachegrind/cg_main.c
diff options
context:
space:
mode:
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));
}
}