Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the arm64 unwinder #112058

Closed
wants to merge 1 commit into from
Closed

Conversation

kunalspathak
Copy link
Member

Update the Windows ARM64 unwinder to match the current version in Windows. It contains handling of unwind codes for SVE instructions used in prolog/epilog and handling of PAC.


UNREFERENCED_PARAMETER(UnwindParams);

#if defined(_M_ARM64) && !defined(VSM_ENCLAVE_RUNTIME) && !defined(TRUSTEDAPP_RUNTIME) && !defined(IUM_SECUREKERNEL)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably need to trim this to just _M_ARM64

Copy link
Contributor

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant