summaryrefslogtreecommitdiff
path: root/tools/perf/util/symbol.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-12-09 14:25:12 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-12-09 14:25:12 +1100
commit98f7deb43813186d9c8350cac8292e9b832d754d (patch)
tree5811014e01338968bdf9fd1b3398aedc8ae9ad35 /tools/perf/util/symbol.c
parent5b7315d0a143e579edba5039e73d9bdec4ecffdf (diff)
parentfe9d4201c8fa8e1891ffb63761e5e1925f7a745f (diff)
Merge remote branch 'tip/auto-latest'
Diffstat (limited to 'tools/perf/util/symbol.c')
-rw-r--r--tools/perf/util/symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c
index d628c8d1cf5e..c217b12f178c 100644
--- a/tools/perf/util/symbol.c
+++ b/tools/perf/util/symbol.c
@@ -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)