summaryrefslogtreecommitdiff
path: root/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.c b/profile.c
index 0e00b631..e9c9053a 100644
--- a/profile.c
+++ b/profile.c
@@ -1043,7 +1043,7 @@ cleanup:
ip1 = pc->branch_if;
if (ip1->exec_count > 0)
- fprintf(prof_fp, " # %ld", ip1->exec_count);
+ fprintf(prof_fp, " # %lld", ip1->exec_count);
ip1 = end_line(ip1);
indent_in();
if (pc->comment != NULL)