Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgao authored Oct 25, 2024
1 parent 8112874 commit fd6ea94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libunwind/src/UnwindRegistersSave.S
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ DEFINE_LIBUNWIND_FUNCTION(__unw_getcontext)
mov c0, c30
bl dl_c18n_get_trusted_stack
ldp c1, c30, [csp], #0x20
str c0, [c1, #-0x20] // -0x230 + 0x210 = 0x20
str c0, [c1, #-0x20] // -0x230 + 0x210 = -0x20
#endif
mov x0, #0 // return UNW_ESUCCESS
#ifdef __ARM_MORELLO_PURECAP_BENCHMARK_ABI
Expand Down

0 comments on commit fd6ea94

Please sign in to comment.