diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-08-11 17:19:17 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-09-19 09:37:31 -0700 |
| commit | 571a4c86c39d83b28a0c6f413f3fc259b48cf422 (patch) | |
| tree | 4084e777e8d7cd3e305622f3631bc5ff72c0c756 /lib/libunwind/src/UnwindLevel1.c | |
| parent | 6a07b7024a33211f158f0c332267050955896918 (diff) | |
| download | zig-571a4c86c39d83b28a0c6f413f3fc259b48cf422.tar.gz zig-571a4c86c39d83b28a0c6f413f3fc259b48cf422.zip | |
libunwind: update to LLVM 17
release/17.x branch, commit 8f4dd44097c9ae25dd203d5ac87f3b48f854bba8
Diffstat (limited to 'lib/libunwind/src/UnwindLevel1.c')
| -rw-r--r-- | lib/libunwind/src/UnwindLevel1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libunwind/src/UnwindLevel1.c b/lib/libunwind/src/UnwindLevel1.c index 7e9adf6424..05d0f2cb0a 100644 --- a/lib/libunwind/src/UnwindLevel1.c +++ b/lib/libunwind/src/UnwindLevel1.c @@ -321,7 +321,7 @@ unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, unw_proc_info_t frameInfo; if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { _LIBUNWIND_TRACE_UNWINDING( - "unwind_phase2_forced(ex_obj=%p): __unw_step_stage2 " + "unwind_phase2_forced(ex_obj=%p): __unw_get_proc_info " "failed => _URC_END_OF_STACK", (void *)exception_object); return _URC_FATAL_PHASE2_ERROR; |
