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.
2 parents cfb22e2 + 496a49d commit 0bba2c9Copy full SHA for 0bba2c9
libunwind/src/UnwindCursor.hpp
@@ -173,7 +173,8 @@ bool DwarfFDECache<A>::_registeredForDyldUnloads = false;
173
#endif
174
175
template <typename A>
176
-typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) {
+typename DwarfFDECache<A>::pint_t DwarfFDECache<A>::findFDE(pint_t mh,
177
+ pint_t pc) {
178
pint_t result = 0;
179
_LIBUNWIND_LOG_IF_FALSE(_lock.lock_shared());
180
for (entry *p = _buffer; p < _bufferUsed; ++p) {
0 commit comments