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 e837765 commit 197fb26Copy full SHA for 197fb26
lib/libunwind/src/UnwindCursor.hpp
@@ -150,7 +150,7 @@ bool DwarfFDECache<A>::_registeredForDyldUnloads = false;
150
#endif
151
152
template <typename A>
153
-typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) {
+typename DwarfFDECache<A>::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) {
154
pint_t result = 0;
155
_LIBUNWIND_LOG_IF_FALSE(_lock.lock_shared());
156
for (entry *p = _buffer; p < _bufferUsed; ++p) {
0 commit comments