summaryrefslogtreecommitdiffstats
path: root/libunwind/src
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2016-07-29 21:24:19 +0000
committerEd Maste <emaste@freebsd.org>2016-07-29 21:24:19 +0000
commit1ed39291a5e87082461cf6c93b7516ccd0f20c96 (patch)
tree346652ffd5e3826f5df08c884e15aa8061e64a42 /libunwind/src
parentf107ffa8f027c5dc18a075f254d1a33243ada641 (diff)
downloadbcm5719-llvm-1ed39291a5e87082461cf6c93b7516ccd0f20c96.tar.gz
bcm5719-llvm-1ed39291a5e87082461cf6c93b7516ccd0f20c96.zip
libunwind: correct return code in unwinding trace log message
llvm-svn: 277215
Diffstat (limited to 'libunwind/src')
-rw-r--r--libunwind/src/Unwind-EHABI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/src/Unwind-EHABI.cpp b/libunwind/src/Unwind-EHABI.cpp
index b6a0b414107..5e464f402f6 100644
--- a/libunwind/src/Unwind-EHABI.cpp
+++ b/libunwind/src/Unwind-EHABI.cpp
@@ -574,7 +574,7 @@ static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor
unw_get_reg(cursor, UNW_REG_SP, &sp);
if (unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) {
_LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): unw_get_proc_info "
- "failed => _URC_FATAL_PHASE1_ERROR\n",
+ "failed => _URC_FATAL_PHASE2_ERROR\n",
static_cast<void *>(exception_object));
return _URC_FATAL_PHASE2_ERROR;
}
OpenPOWER on IntegriCloud