Skip to content

Conversation

akoeplinger
Copy link
Member

We no longer support Apple x86 or 32bit ARM targets so we can remove that code.

We no longer support Apple x86 or 32bit ARM targets so we can remove that code.
typedef _STRUCT_MCONTEXT *mcontext_t;
#elif defined(__aarch64__)
typedef _STRUCT_MCONTEXT64 *mcontext_t;
#endif
Copy link
Member Author

Choose a reason for hiding this comment

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

this is already defined by _mcontext.h nowadays

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

Successfully merging this pull request may close these issues.

3 participants