Skip to content

Commit 9ff7d83

Browse files
typo
1 parent 20c1aa9 commit 9ff7d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libunwind/src/Registers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,7 @@ class _LIBUNWIND_HIDDEN Registers_arm64 {
18551855
:
18561856
: "x30");
18571857
if (x17 != checkValue) {
1858-
_LIBUNWIND_LOG("x17 %llx, strip %llx, ptr %llc", x17, checkValue, ptr);
1858+
_LIBUNWIND_LOG("x17 %llx, strip %llx, ptr %llx", x17, checkValue, ptr);
18591859
_LIBUNWIND_ABORT("IP PAC authentication failure");
18601860
}
18611861
return ret;

0 commit comments

Comments
 (0)