Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223845
b: refs/heads/master
c: 9d1faba
h: refs/heads/master
i:
  223843: 8ce0671
v: v3
  • Loading branch information
Ian Munsie authored and Arnaldo Carvalho de Melo committed Nov 27, 2010
1 parent c10cf03 commit cd3eb41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 37982ba0a0630066a6a0844a66aedaf91c66db84
refs/heads/master: 9d1faba5fe410558099f13cfada2eab03186769d
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ static void event_set_kernel_mmap_len(struct map **maps, event_t *self)
* a zero sized synthesized MMAP event for the kernel.
*/
if (maps[MAP__FUNCTION]->end == 0)
maps[MAP__FUNCTION]->end = ~0UL;
maps[MAP__FUNCTION]->end = ~0ULL;
}

static int event__process_kernel_mmap(event_t *self,
Expand Down
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static void __map_groups__fixup_end(struct map_groups *self, enum map_type type)
* We still haven't the actual symbols, so guess the
* last map final address.
*/
curr->end = ~0UL;
curr->end = ~0ULL;
}

static void map_groups__fixup_end(struct map_groups *self)
Expand Down

0 comments on commit cd3eb41

Please sign in to comment.