We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcb5d5 commit e83eb23Copy full SHA for e83eb23
libunwind/src/FrameHeaderCache.hpp
@@ -31,8 +31,8 @@
31
32
class _LIBUNWIND_HIDDEN FrameHeaderCache {
33
struct CacheEntry {
34
- uintptr_t LowPC() { return Info.dso_base; };
35
- uintptr_t HighPC() { return Info.dso_base + Info.text_segment_length; };
+ uintptr_t LowPC() { return Info.dso_base; }
+ uintptr_t HighPC() { return Info.dso_base + Info.text_segment_length; }
36
UnwindInfoSections Info;
37
CacheEntry *Next;
38
};
0 commit comments