Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 5d8a75e

Browse files
committed
[libunwind] fix a typo in r321441.
git-svn-id: https://llvm.org/svn/llvm-project/libunwind/trunk@321442 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 642836d commit 5d8a75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DwarfParser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ bool CFI_Parser<A>::parseInstructions(A &addressSpace, pint_t instructions,
549549
case DW_CFA_expression:
550550
reg = addressSpace.getULEB128(p, instructionsEnd);
551551
if (reg > kMaxRegisterNumber) {
552-
_LIBUNWIND_LOG(
552+
_LIBUNWIND_LOG0(
553553
"malformed DW_CFA_expression DWARF unwind, reg too big");
554554
return false;
555555
}

0 commit comments

Comments
 (0)