Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libunwind: Allow untagged pc under benchmark ABI
Under the benchmark ABI, when making a function call that never returns, the link register might contain an untagged capability generated by a previous function return (Recall that returning under the benchmark ABI involves clearing the LSB of the address, clearing the tag at the same time).
- Loading branch information