Skip to content

Commit d93e91d

Browse files
committed
fixup! [PAuthLR] Add support for FEAT_PAuth_LR to libunwind
1 parent 1aed342 commit d93e91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libunwind/src/DwarfParser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ bool CFI_Parser<A>::parseFDEInstructions(A &addressSpace,
808808
results->savedRegisters[UNW_AARCH64_RA_SIGN_STATE].value ^ 0x3;
809809
results->setRegisterValue(UNW_AARCH64_RA_SIGN_STATE, value,
810810
initialState);
811-
// When calucating the value of the PC, it is assumed that the CFI
811+
// When calculating the value of the PC, it is assumed that the CFI
812812
// instruction is placed before the signing instruction, however it is
813813
// placed after. Because of this, we need to take into account the CFI
814814
// instruction is one instruction call later than expected, and reduce

0 commit comments

Comments
 (0)