diff options
Diffstat (limited to 'tools/perf/util/event.c')
-rw-r--r-- | tools/perf/util/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/event.c b/tools/perf/util/event.c index 9d12aa6dd485..dbcaea1a8180 100644 --- a/tools/perf/util/event.c +++ b/tools/perf/util/event.c | |||
@@ -699,7 +699,7 @@ void thread__find_addr_map(struct thread *thread, | |||
699 | enum map_type type, u64 addr, | 699 | enum map_type type, u64 addr, |
700 | struct addr_location *al) | 700 | struct addr_location *al) |
701 | { | 701 | { |
702 | struct map_groups *mg = &thread->mg; | 702 | struct map_groups *mg = thread->mg; |
703 | bool load_map = false; | 703 | bool load_map = false; |
704 | 704 | ||
705 | al->machine = machine; | 705 | al->machine = machine; |