| author | |
| committer | |
| log | 197fb26da0b8bb068fc8b52931870f97661b797d |
| tree | be2700f441d9ff947339377915b8debe96a6256d |
| parent | e8377659560497beb36ec1f981b024f74292c1b9 |
| signature |
https://github.com/llvm/llvm-project/pull/1463081 files changed, 1 insertions(+), 1 deletions(-)
lib/libunwind/src/UnwindCursor.hpp+1-1| ... | ... | @@ -150,7 +150,7 @@ bool DwarfFDECache<A>::_registeredForDyldUnloads = false; |
| 150 | 150 | #endif |
| 151 | 151 | |
| 152 | 152 | template <typename A> |
| 153 | typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { | |
| 153 | typename DwarfFDECache<A>::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { | |
| 154 | 154 | pint_t result = 0; |
| 155 | 155 | _LIBUNWIND_LOG_IF_FALSE(_lock.lock_shared()); |
| 156 | 156 | for (entry *p = _buffer; p < _bufferUsed; ++p) { |