summaryrefslogtreecommitdiffstats
path: root/lib/libunwind/src
diff options
context:
space:
mode:
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);