[PATCH] D148499: [RISC-V libunwind]:Fix RISC-V backtrace issue
Feng Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 20 17:43:23 PDT 2023
wf520gg accepted this revision.
wf520gg marked an inline comment as done.
wf520gg added inline comments.
================
Comment at: libunwind/src/UnwindCursor.hpp:2860
+int UnwindCursor<A, R>::stepThroughSigReturn(Registers_riscv &) {
+
+ const pint_t kOffsetSpToSigcontext = 176;
----------------
MaskRay wrote:
> delete this blank line
done
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148499/new/
https://reviews.llvm.org/D148499
More information about the llvm-commits
mailing list