You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARM64EC defines __x86_64__, which is sufficient to make most C/C++ code behave correctly.
To preserve an external ABI compatible with x86_64, this patch uses the x86_64 context
layout and implements unw_getcontext by storing the appropriate aarch64 registers according
to the mapping defined by the ARM64EC ABI.
0 commit comments