Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147664
b: refs/heads/master
c: ee7b31f
h: refs/heads/master
v: v3
  • Loading branch information
Yong Wang authored and Ingo Molnar committed Jun 5, 2009
1 parent 55ecf7f commit 0c5decb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6dc5f2a41759987e35e757ef00192e7b424563bb
refs/heads/master: ee7b31fe5c5da8a038b96e54ae9fbd5dcab3b1da
2 changes: 1 addition & 1 deletion trunk/Documentation/perf_counter/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ static int map__overlap(struct map *l, struct map *r)

static size_t map__fprintf(struct map *self, FILE *fp)
{
return fprintf(fp, " %lx-%lx %lx %s\n",
return fprintf(fp, " %"PRIx64"-%"PRIx64" %"PRIx64" %s\n",
self->start, self->end, self->pgoff, self->dso->name);
}

Expand Down

0 comments on commit 0c5decb

Please sign in to comment.