Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147288
b: refs/heads/master
c: 193e8df
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Apr 6, 2009
1 parent 00d6c73 commit b56f3b2
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: 383c5f8cd7d253be0017d8d5a39cbb78aaf70206
refs/heads/master: 193e8df1b465f206f8a286202680702e1c153367
2 changes: 1 addition & 1 deletion trunk/Documentation/perf_counter/kerneltop.c
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ static void record_ip(uint64_t ip, int counter)
assert(left <= middle && middle <= right);
if (!(left <= ip && ip <= right)) {
printf(" left: %016lx\n", left);
printf(" ip: %016llx\n", ip);
printf(" ip: %016lx\n", (unsigned long)ip);
printf("right: %016lx\n", right);
}
assert(left <= ip && ip <= right);
Expand Down

0 comments on commit b56f3b2

Please sign in to comment.