summaryrefslogtreecommitdiffstats
path: root/lib/libunwind/src
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2018-09-16 12:26:06 +0000
committerkettenis <kettenis@openbsd.org>2018-09-16 12:26:06 +0000
commit7882b46d8b1ab63878ccd16165c55d1dd759f93c (patch)
treef76711ce5409fff6f9578a2f2449d2ccb52a2b9c /lib/libunwind/src
parentVarious improvements to generate logical domain configurations that are (diff)
downloadwireguard-openbsd-7882b46d8b1ab63878ccd16165c55d1dd759f93c.tar.xz
wireguard-openbsd-7882b46d8b1ab63878ccd16165c55d1dd759f93c.zip
Adjust sparc64 bits after libunwind 6.0.0 update.
ok visa@
Diffstat (limited to 'lib/libunwind/src')
-rw-r--r--lib/libunwind/src/DwarfParser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libunwind/src/DwarfParser.hpp b/lib/libunwind/src/DwarfParser.hpp
index 1911f164d57..699e4fb56e4 100644
--- a/lib/libunwind/src/DwarfParser.hpp
+++ b/lib/libunwind/src/DwarfParser.hpp
@@ -657,7 +657,7 @@ bool CFI_Parser<A>::parseInstructions(A &addressSpace, pint_t instructions,
results->savedRegisters[reg].location = kRegisterInCFA;
results->savedRegisters[reg].value = (reg - 16) * sizeof(pint_t);
}
- _LIBUNWIND_LOG0("DW_CGA_GNU_window_save");
+ _LIBUNWIND_TRACE_DWARF("DW_CFA_GNU_window_save");
break;
case DW_CFA_GNU_args_size:
length = addressSpace.getULEB128(p, instructionsEnd);