summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/include/unwindstack/Unwinder.h')
-rw-r--r--libunwindstack/include/unwindstack/Unwinder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwindstack/include/unwindstack/Unwinder.h b/libunwindstack/include/unwindstack/Unwinder.h
index 37a76b203..b64d46036 100644
--- a/libunwindstack/include/unwindstack/Unwinder.h
+++ b/libunwindstack/include/unwindstack/Unwinder.h
@@ -70,7 +70,7 @@ class Unwinder {
70 static std::string FormatFrame(const FrameData& frame, bool bits32); 70 static std::string FormatFrame(const FrameData& frame, bool bits32);
71 71
72 private: 72 private:
73 void FillInFrame(MapInfo* map_info, Elf* elf, uint64_t rel_pc, bool adjust_pc); 73 void FillInFrame(MapInfo* map_info, Elf* elf, uint64_t adjusted_rel_pc);
74 74
75 size_t max_frames_; 75 size_t max_frames_;
76 Maps* maps_; 76 Maps* maps_;